UNPKG

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