UNPKG

1.81 kBJSONView Raw
1{
2 "name": "graphql-typescript-definitions",
3 "version": "0.24.2",
4 "license": "MIT",
5 "description": "Generate TypeScript definition files from .graphql documents",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "bin": "./bin/graphql-typescript-definitions",
9 "sideEffects": false,
10 "publishConfig": {
11 "access": "public",
12 "@shopify:registry": "https://registry.npmjs.org"
13 },
14 "author": "Shopify Inc.",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Shopify/quilt.git",
18 "directory": "packages/graphql-typescript-definitions"
19 },
20 "bugs": {
21 "url": "https://github.com/Shopify/quilt/issues"
22 },
23 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-typescript-definitions/README.md",
24 "dependencies": {
25 "@babel/generator": "^7.4.0",
26 "@babel/types": "^7.4.0",
27 "@types/babel__generator": "^7.0.2",
28 "@types/chokidar": "^2.1.3",
29 "@types/yargs": "15.0.4",
30 "chalk": "^4.0.0",
31 "change-case": "^4.1.1",
32 "chokidar": "^3.3.1",
33 "core-js": "^3.0.0",
34 "fs-extra": "^9.0.0",
35 "glob": "^7.1.2",
36 "graphql": ">=14.5.0 <15.0.0",
37 "graphql-config": "^2.2.1",
38 "graphql-config-utilities": "^1.3.2",
39 "graphql-tool-utilities": "^1.4.4",
40 "upper-case-first": "^2.0.1",
41 "yargs": "^15.3.1"
42 },
43 "devDependencies": {
44 "@types/common-tags": "^1.4.0",
45 "common-tags": "^1.7.2",
46 "ts-node": "^8.0.3"
47 },
48 "peerDependencies": {
49 "graphql-typed": "^0.4.0"
50 },
51 "files": [
52 "build/*",
53 "!*.tsbuildinfo",
54 "index.js",
55 "index.mjs",
56 "index.esnext",
57 "index.d.ts"
58 ],
59 "module": "index.mjs",
60 "esnext": "index.esnext",
61 "exports": {
62 "./": "./",
63 ".": {
64 "import": "./index.mjs",
65 "require": "./index.js",
66 "esnext": "./index.esnext"
67 }
68 }
69}