platform/packages/graphql/graphql_parser/pubspec.yaml
Tobe O 4e69153e3e Add 'packages/graphql/' from commit '33e2f86ba73d559197b6270df036256104726aca'
git-subtree-dir: packages/graphql
git-subtree-mainline: ac29392d7f
git-subtree-split: 33e2f86ba7
2020-02-15 18:22:07 -05:00

15 lines
407 B
YAML

name: graphql_parser
version: 1.1.4
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=1.8.0 <3.0.0"
dependencies:
charcode: ^1.0.0
source_span: ^1.0.0
string_scanner: ^1.0.0
dev_dependencies:
matcher: any
pedantic: ^1.0.0
test: ">=0.12.0 <2.0.0"