1 | {
|
2 | "name": "@graphql-tools/utils",
|
3 | "version": "10.6.2",
|
4 | "description": "Common package containing utils and types for 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-typed-document-node/core": "^3.1.1",
|
11 | "cross-inspect": "1.0.1",
|
12 | "dset": "^3.1.2",
|
13 | "tslib": "^2.4.0"
|
14 | },
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "ardatan/graphql-tools",
|
18 | "directory": "packages/utils"
|
19 | },
|
20 | "author": "Dotan Simha <dotansimha@gmail.com>",
|
21 | "license": "MIT",
|
22 | "engines": {
|
23 | "node": ">=16.0.0"
|
24 | },
|
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 | "./package.json": "./package.json"
|
48 | }
|
49 | } |
\ | No newline at end of file |