UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@graphql-tools/delegate",
3 "version": "9.0.15-alpha-20221107162323-6c755a1c",
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 || ^16.0.0 || ^17.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/batch-execute": "8.5.11-alpha-20221107162323-6c755a1c",
11 "@graphql-tools/executor": "0.0.7-alpha-20221107162323-6c755a1c",
12 "@graphql-tools/schema": "9.0.9-alpha-20221107162323-6c755a1c",
13 "@graphql-tools/utils": "9.1.0-alpha-20221107162323-6c755a1c",
14 "dataloader": "2.1.0",
15 "tslib": "~2.4.0",
16 "value-or-promise": "1.0.11"
17 },
18 "repository": {
19 "type": "git",
20 "url": "ardatan/graphql-tools",
21 "directory": "packages/delegate"
22 },
23 "license": "MIT",
24 "main": "cjs/index.js",
25 "module": "esm/index.js",
26 "typings": "typings/index.d.ts",
27 "typescript": {
28 "definition": "typings/index.d.ts"
29 },
30 "type": "module",
31 "exports": {
32 ".": {
33 "require": {
34 "types": "./typings/index.d.cts",
35 "default": "./cjs/index.js"
36 },
37 "import": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 },
41 "default": {
42 "types": "./typings/index.d.ts",
43 "default": "./esm/index.js"
44 }
45 },
46 "./*": {
47 "require": {
48 "types": "./typings/*.d.cts",
49 "default": "./cjs/*.js"
50 },
51 "import": {
52 "types": "./typings/*.d.ts",
53 "default": "./esm/*.js"
54 },
55 "default": {
56 "types": "./typings/*.d.ts",
57 "default": "./esm/*.js"
58 }
59 },
60 "./package.json": "./package.json"
61 }
62}
\No newline at end of file