UNPKG

2.39 kBJSONView Raw
1{
2 "name": "graphql-code-generator",
3 "version": "0.19.0-alpha.aee3ac63",
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-code-generator.git"
11 },
12 "scripts": {
13 "clean": "rimraf ./dist",
14 "lint": "tslint src/**/*.ts",
15 "prebuild": "yarn clean",
16 "build": "tsc",
17 "test": "jest --no-cache --verbose --runInBand"
18 },
19 "keywords": [
20 "gql",
21 "generator",
22 "code",
23 "types",
24 "interfaces",
25 "graphql",
26 "codegen",
27 "apollo",
28 "node",
29 "typescript",
30 "ts",
31 "flow",
32 "types",
33 "d.ts",
34 "typings"
35 ],
36 "author": "Dotan Simha <dotansimha@gmail.com>",
37 "bugs": {
38 "url": "https://github.com/dotansimha/graphql-codegen/issues"
39 },
40 "homepage": "https://github.com/dotansimha/graphql-codegen#readme",
41 "peerDependencies": {
42 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
43 },
44 "dependencies": {
45 "@types/babylon": "6.16.5",
46 "@types/is-glob": "4.0.0",
47 "@types/prettier": "1.16.1",
48 "@types/valid-url": "1.0.2",
49 "babel-types": "7.0.0-beta.3",
50 "babylon": "7.0.0-beta.47",
51 "chalk": "2.4.2",
52 "change-case": "3.1.0",
53 "chokidar": "2.1.2",
54 "commander": "2.19.0",
55 "common-tags": "1.8.0",
56 "detect-indent": "5.0.0",
57 "glob": "7.1.3",
58 "graphql-codegen-core": "0.19.0-alpha.aee3ac63",
59 "graphql-config": "2.2.1",
60 "graphql-import": "0.7.1",
61 "graphql-tag-pluck": "0.7.0",
62 "graphql-toolkit": "0.2.0",
63 "graphql-tools": "4.0.4",
64 "indent-string": "3.2.0",
65 "inquirer": "6.2.2",
66 "is-glob": "4.0.0",
67 "is-valid-path": "0.1.1",
68 "js-yaml": "3.12.2",
69 "json-to-pretty-yaml": "1.2.2",
70 "listr": "0.14.3",
71 "listr-update-renderer": "0.5.0",
72 "log-symbols": "2.2.0",
73 "log-update": "3.1.0",
74 "mkdirp": "0.5.1",
75 "prettier": "1.16.4",
76 "request": "2.88.0",
77 "valid-url": "1.0.9"
78 },
79 "devDependencies": {
80 "@types/chokidar": "1.7.5",
81 "@types/detect-indent": "5.0.0",
82 "@types/inquirer": "0.0.44",
83 "@types/js-yaml": "3.12.0",
84 "@types/listr": "0.13.0",
85 "@types/log-symbols": "2.0.0",
86 "bdd-stdin": "0.2.0",
87 "ts-jest": "24.0.0"
88 },
89 "main": "./dist/index.js",
90 "typings": "./dist/index.d.ts",
91 "typescript": {
92 "definition": "./dist/index.d.ts"
93 }
94}