UNPKG

963 BJSONView Raw
1{
2 "name": "@graphql-tools/load",
3 "version": "6.0.11",
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": "6.0.11",
11 "@graphql-tools/merge": "6.0.11",
12 "globby": "11.0.1",
13 "import-from": "3.0.0",
14 "is-glob": "4.0.1",
15 "p-limit": "3.0.1",
16 "tslib": "~2.0.0",
17 "unixify": "1.0.0",
18 "valid-url": "1.0.9"
19 },
20 "repository": "git@github.com:ardatan/graphql-tools.git",
21 "author": "Dotan Simha <dotansimha@gmail.com>",
22 "license": "MIT",
23 "main": "index.cjs.js",
24 "module": "index.esm.js",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 },
29 "devDependencies": {
30 "@types/is-glob": "4.0.1",
31 "@types/valid-url": "1.0.3",
32 "graphql-tag": "2.10.3",
33 "graphql-type-json": "0.3.2"
34 },
35 "publishConfig": {
36 "access": "public"
37 }
38}
\No newline at end of file