UNPKG

2.85 kBJSONView Raw
1{
2 "name": "graphql-code-generator",
3 "version": "0.18.0-alpha.d4458128",
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 "@types/babylon": "6.16.5",
49 "@types/is-glob": "4.0.0",
50 "@types/prettier": "1.16.1",
51 "@types/valid-url": "1.0.2",
52 "babel-types": "7.0.0-beta.3",
53 "babylon": "7.0.0-beta.47",
54 "chalk": "2.4.2",
55 "change-case": "3.1.0",
56 "chokidar": "2.1.2",
57 "commander": "2.19.0",
58 "common-tags": "1.8.0",
59 "detect-indent": "5.0.0",
60 "glob": "7.1.3",
61 "graphql-codegen-core": "0.18.0-alpha.d4458128",
62 "graphql-config": "2.2.1",
63 "graphql-import": "0.7.1",
64 "graphql-tag-pluck": "0.6.0",
65 "graphql-toolkit": "0.1.2-cf77c5b.0",
66 "graphql-tools": "4.0.4",
67 "indent-string": "3.2.0",
68 "inquirer": "6.2.2",
69 "is-glob": "4.0.0",
70 "is-valid-path": "0.1.1",
71 "js-yaml": "3.12.2",
72 "json-to-pretty-yaml": "1.2.2",
73 "listr": "0.14.3",
74 "listr-update-renderer": "0.5.0",
75 "log-symbols": "2.2.0",
76 "log-update": "2.3.0",
77 "mkdirp": "0.5.1",
78 "prettier": "1.16.4",
79 "request": "2.88.0",
80 "valid-url": "1.0.9"
81 },
82 "devDependencies": {
83 "@types/chokidar": "1.7.5",
84 "@types/detect-indent": "5.0.0",
85 "@types/inquirer": "0.0.44",
86 "@types/js-yaml": "3.12.0",
87 "@types/listr": "0.13.0",
88 "@types/log-symbols": "2.0.0",
89 "@types/log-update": "2.0.0",
90 "graphql-codegen-add": "0.18.0-alpha.d4458128",
91 "graphql-codegen-time": "0.18.0-alpha.d4458128",
92 "graphql-codegen-typescript-client": "0.18.0-alpha.d4458128",
93 "graphql-codegen-typescript-common": "0.18.0-alpha.d4458128",
94 "graphql-codegen-typescript-server": "0.18.0-alpha.d4458128",
95 "ts-jest": "24.0.0"
96 },
97 "main": "./dist/index.js",
98 "typings": "./dist/index.d.ts",
99 "typescript": {
100 "definition": "./dist/index.d.ts"
101 }
102}