UNPKG

1.51 kBJSONView Raw
1{
2 "name": "graphql-tools",
3 "version": "8.3.11-alpha-20221107162323-6c755a1c",
4 "description": "Useful tools to create and manipulate GraphQL schemas.",
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/schema": "9.0.9-alpha-20221107162323-6c755a1c",
11 "tslib": "^2.4.0"
12 },
13 "optionalDependencies": {
14 "@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "ardatan/graphql-tools",
19 "directory": "packages/graphql-tools"
20 },
21 "license": "MIT",
22 "main": "cjs/index.js",
23 "module": "esm/index.js",
24 "typings": "typings/index.d.ts",
25 "typescript": {
26 "definition": "typings/index.d.ts"
27 },
28 "type": "module",
29 "exports": {
30 ".": {
31 "require": {
32 "types": "./typings/index.d.cts",
33 "default": "./cjs/index.js"
34 },
35 "import": {
36 "types": "./typings/index.d.ts",
37 "default": "./esm/index.js"
38 },
39 "default": {
40 "types": "./typings/index.d.ts",
41 "default": "./esm/index.js"
42 }
43 },
44 "./*": {
45 "require": {
46 "types": "./typings/*.d.cts",
47 "default": "./cjs/*.js"
48 },
49 "import": {
50 "types": "./typings/*.d.ts",
51 "default": "./esm/*.js"
52 },
53 "default": {
54 "types": "./typings/*.d.ts",
55 "default": "./esm/*.js"
56 }
57 },
58 "./package.json": "./package.json"
59 }
60}
\No newline at end of file