UNPKG

2.75 kBJSONView Raw
1{
2 "name": "graphql-code-generator",
3 "version": "0.16.0-alpha.6c2b99b1",
4 "license": "MIT",
5 "bin": {
6 "gql-gen": "dist/cli.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/dotansimha/graphql-codegen.git"
11 },
12 "scripts": {
13 "clean": "rimraf ./dist",
14 "lint": "tslint src/**/*.ts",
15 "prebuild": "yarn clean && yarn lint",
16 "build": "tsc",
17 "prestart": "yarn build",
18 "start": "cd dist && node index.js",
19 "debug": "cd dist && node --inspect --debug-brk index.js",
20 "test": "jest --no-cache --verbose --runInBand"
21 },
22 "keywords": [
23 "gql",
24 "generator",
25 "code",
26 "types",
27 "interfaces",
28 "graphql",
29 "codegen",
30 "apollo",
31 "node",
32 "typescript",
33 "ts",
34 "flow",
35 "types",
36 "d.ts",
37 "typings"
38 ],
39 "author": "Dotan Simha <dotansimha@gmail.com>",
40 "bugs": {
41 "url": "https://github.com/dotansimha/graphql-codegen/issues"
42 },
43 "homepage": "https://github.com/dotansimha/graphql-codegen#readme",
44 "peerDependencies": {
45 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
46 },
47 "dependencies": {
48 "@graphql-modules/epoxy": "0.2.17",
49 "@types/babylon": "6.16.4",
50 "@types/is-glob": "4.0.0",
51 "@types/prettier": "1.15.2",
52 "@types/valid-url": "1.0.2",
53 "babel-types": "7.0.0-beta.3",
54 "babylon": "7.0.0-beta.47",
55 "chalk": "2.4.1",
56 "chokidar": "2.0.4",
57 "commander": "2.19.0",
58 "detect-indent": "5.0.0",
59 "glob": "7.1.3",
60 "graphql-codegen-core": "0.16.0-alpha.6c2b99b1",
61 "graphql-config": "2.2.1",
62 "graphql-import": "0.7.1",
63 "graphql-tag-pluck": "0.4.1",
64 "indent-string": "3.2.0",
65 "inquirer": "6.2.1",
66 "is-glob": "4.0.0",
67 "is-valid-path": "0.1.1",
68 "js-yaml": "3.12.0",
69 "json-to-pretty-yaml": "1.2.2",
70 "listr": "0.14.3",
71 "log-symbols": "2.2.0",
72 "log-update": "2.3.0",
73 "mkdirp": "0.5.1",
74 "prettier": "1.15.3",
75 "request": "2.88.0",
76 "valid-url": "1.0.9"
77 },
78 "devDependencies": {
79 "@types/chokidar": "1.7.5",
80 "@types/detect-indent": "5.0.0",
81 "@types/inquirer": "0.0.43",
82 "@types/js-yaml": "3.11.2",
83 "@types/listr": "0.13.0",
84 "@types/log-symbols": "2.0.0",
85 "@types/log-update": "2.0.0",
86 "common-tags": "1.8.0",
87 "graphql-codegen-add": "0.16.0-alpha.6c2b99b1",
88 "graphql-codegen-time": "0.16.0-alpha.6c2b99b1",
89 "graphql-codegen-typescript-client": "0.16.0-alpha.6c2b99b1",
90 "graphql-codegen-typescript-common": "0.16.0-alpha.6c2b99b1",
91 "graphql-codegen-typescript-server": "0.16.0-alpha.6c2b99b1",
92 "ts-jest": "23.10.5"
93 },
94 "main": "./dist/index.js",
95 "typings": "./dist/index.d.ts",
96 "typescript": {
97 "definition": "./dist/index.d.ts"
98 }
99}