UNPKG

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