UNPKG

890 BJSONView Raw
1{
2 "name": "@graphql-tools/delegate",
3 "version": "8.0.6",
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/batch-execute": "^8.0.2",
11 "@graphql-tools/schema": "^8.0.2",
12 "@graphql-tools/utils": "8.0.2",
13 "dataloader": "2.0.0",
14 "tslib": "~2.3.0",
15 "value-or-promise": "1.0.10"
16 },
17 "repository": {
18 "type": "git",
19 "url": "ardatan/graphql-tools",
20 "directory": "packages/delegate"
21 },
22 "license": "MIT",
23 "main": "index.js",
24 "module": "index.mjs",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 },
29 "exports": {
30 ".": {
31 "require": "./index.js",
32 "import": "./index.mjs"
33 },
34 "./*": {
35 "require": "./*.js",
36 "import": "./*.mjs"
37 }
38 }
39}