UNPKG

524 BJSONView Raw
1{
2 "name": "@graphql-tools/schema",
3 "version": "7.1.2",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/utils": "^7.1.2",
11 "tslib": "~2.0.1"
12 },
13 "repository": "git@github.com:ardatan/graphql-tools.git",
14 "license": "MIT",
15 "main": "index.cjs.js",
16 "module": "index.esm.js",
17 "typings": "index.d.ts",
18 "typescript": {
19 "definition": "index.d.ts"
20 }
21}