UNPKG

771 BJSONView Raw
1{
2 "name": "@graphql-tools/delegate/es5",
3 "version": "7.1.5",
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 "@ardatan/aggregate-error": "0.0.6",
11 "@graphql-tools/batch-execute": "^7.1.2",
12 "@graphql-tools/schema": "^7.1.5",
13 "@graphql-tools/utils": "^7.7.1",
14 "dataloader": "2.0.0",
15 "tslib": "~2.2.0",
16 "value-or-promise": "1.0.6"
17 },
18 "repository": {
19 "type": "git",
20 "url": "ardatan/graphql-tools",
21 "directory": "packages/delegate"
22 },
23 "license": "MIT",
24 "main": "index.cjs.js",
25 "module": "index.esm.js",
26 "typings": "index.d.ts",
27 "typescript": {
28 "definition": "index.d.ts"
29 }
30}