UNPKG

1.24 kBJSONView Raw
1{
2 "name": "graphql-tool-utilities",
3 "version": "2.0.0",
4 "license": "MIT",
5 "description": "Common utilities for GraphQL developer tools",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "sideEffects": false,
9 "publishConfig": {
10 "access": "public",
11 "@shopify:registry": "https://registry.npmjs.org"
12 },
13 "author": "Shopify Inc.",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Shopify/quilt.git",
17 "directory": "packages/graphql-tool-utilities"
18 },
19 "bugs": {
20 "url": "https://github.com/Shopify/quilt/issues"
21 },
22 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-tool-utilities/README.md",
23 "engines": {
24 "node": ">=12.14.0"
25 },
26 "dependencies": {
27 "apollo-codegen-core": "0.36.5",
28 "graphql": ">=14.5.0 <15.0.0"
29 },
30 "files": [
31 "build/*",
32 "!*.tsbuildinfo",
33 "index.js",
34 "index.mjs",
35 "index.esnext",
36 "index.d.ts"
37 ],
38 "module": "index.mjs",
39 "esnext": "index.esnext",
40 "exports": {
41 "./": "./",
42 ".": {
43 "import": "./index.mjs",
44 "require": "./index.js",
45 "esnext": "./index.esnext"
46 }
47 },
48 "tags": [
49 "graphql",
50 "apollo"
51 ],
52 "gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
53}