UNPKG

1.52 kBJSONView Raw
1{
2 "name": "graphql-typescript-definitions",
3 "version": "0.18.1",
4 "main": "lib/index.js",
5 "types": "lib",
6 "description": "Generate TypeScript definition files from .graphql documents",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public",
10 "@shopify:registry": "https://registry.npmjs.org"
11 },
12 "bin": "./bin/graphql-typescript-definitions",
13 "author": "Shopify Inc.",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Shopify/graphql-tools-web.git"
17 },
18 "bugs": {
19 "url": "https://github.com/shopify/graphql-tools-web/issues"
20 },
21 "homepage": "https://github.com/shopify/graphql-tools-web/blob/master/packages/graphql-typescript-definitions",
22 "scripts": {
23 "build": "tsc",
24 "pretest": "yarn build",
25 "prepublishOnly": "yarn build"
26 },
27 "devDependencies": {
28 "@types/chalk": "^2.2.0",
29 "@types/common-tags": "^1.4.0",
30 "common-tags": "^1.7.2",
31 "ts-node": "^8.0.3"
32 },
33 "dependencies": {
34 "@babel/generator": "^7.4.0",
35 "@babel/types": "^7.4.0",
36 "@types/babel__generator": "^7.0.2",
37 "@types/chokidar": "^1.7.0",
38 "@types/graphql": "^14.0.0",
39 "@types/yargs": "11.0.0",
40 "chalk": "^2.4.1",
41 "change-case": "^3.0.1",
42 "chokidar": "^2.0.3",
43 "fs-extra": "^6.0.0",
44 "glob": "^7.1.2",
45 "graphql": "^14.0.0",
46 "graphql-config": "^2.2.1",
47 "graphql-config-utilities": "^1.0.0",
48 "graphql-tool-utilities": "^1.1.0",
49 "yargs": "^14.2.0"
50 },
51 "peerDependencies": {
52 "graphql-typed": "^0.4.0"
53 }
54}