UNPKG

1.5 kBJSONView Raw
1{
2 "name": "graphql-typescript-definitions",
3 "version": "0.19.0",
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/common-tags": "^1.4.0",
29 "common-tags": "^1.7.2",
30 "ts-node": "^8.0.3"
31 },
32 "dependencies": {
33 "@babel/generator": "^7.4.0",
34 "@babel/types": "^7.4.0",
35 "@types/babel__generator": "^7.0.2",
36 "@types/chokidar": "^2.1.3",
37 "@types/yargs": "15.0.4",
38 "chalk": "^4.0.0",
39 "change-case": "^4.1.1",
40 "chokidar": "^3.3.1",
41 "fs-extra": "^9.0.0",
42 "glob": "^7.1.2",
43 "graphql": ">=14.5.0 <15.0.0",
44 "graphql-config": "^2.2.1",
45 "graphql-config-utilities": "^1.1.0",
46 "graphql-tool-utilities": "^1.2.0",
47 "upper-case-first": "^2.0.1",
48 "yargs": "^15.3.1"
49 },
50 "peerDependencies": {
51 "graphql-typed": "^0.4.0"
52 }
53}