UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@graphql-tools/schema",
3 "version": "10.0.6",
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/merge": "^9.0.6",
11 "@graphql-tools/utils": "^10.5.4",
12 "tslib": "^2.4.0",
13 "value-or-promise": "^1.0.12"
14 },
15 "repository": {
16 "type": "git",
17 "url": "ardatan/graphql-tools",
18 "directory": "packages/schema"
19 },
20 "license": "MIT",
21 "engines": {
22 "node": ">=16.0.0"
23 },
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