platform/packages/graphql/graphql_parser/pubspec.yaml
2021-02-14 13:22:25 +08:00

15 lines
399 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: '>=2.10.0 <2.12.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: ^1.15.7