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

13 lines
No EOL
354 B
YAML

name: graphql_schema
version: 1.0.4
description: An implementation of GraphQL's type system in Dart. Basis of graphql_server.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql
environment:
sdk: '>=2.10.0 <2.12.0'
dependencies:
collection: ^1.0.0
meta: ^1.0.0
source_span: ^1.0.0
dev_dependencies:
test: ^1.15.7