UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@graphql-tools/stitching-directives",
3 "version": "2.3.2-alpha-20220809163138-2baff42f",
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/delegate": "9.0.0-alpha-20220809163138-2baff42f",
11 "@graphql-tools/utils": "8.9.1-alpha-20220809163138-2baff42f",
12 "tslib": "^2.4.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "ardatan/graphql-tools",
17 "directory": "packages/stitching-directives"
18 },
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./*": {
43 "require": {
44 "types": "./typings/*.d.cts",
45 "default": "./cjs/*.js"
46 },
47 "import": {
48 "types": "./typings/*.d.ts",
49 "default": "./esm/*.js"
50 },
51 "default": {
52 "types": "./typings/*.d.ts",
53 "default": "./esm/*.js"
54 }
55 },
56 "./package.json": "./package.json"
57 }
58}
\No newline at end of file