UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@test-graphql-cli/codegen",
3 "description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
4 "version": "4.0.1-beta.5",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "publishConfig": {
8 "access": "public"
9 },
10 "scripts": {
11 "build": "tsc"
12 },
13 "peerDependencies": {
14 "graphql": "15.0.0"
15 },
16 "dependencies": {
17 "@graphql-codegen/cli": "1.13.3",
18 "@test-graphql-cli/common": "4.0.1-beta.5",
19 "chalk": "4.0.0",
20 "chokidar": "3.4.0",
21 "commander": "5.0.0",
22 "debounce": "1.2.0",
23 "graphql-config": "3.0.1",
24 "is-glob": "4.0.1",
25 "is-valid-path": "0.1.1",
26 "listr": "0.14.3",
27 "log-symbols": "4.0.0",
28 "resolve-from": "5.0.0"
29 },
30 "devDependencies": {
31 "@types/debounce": "1.2.0",
32 "@types/is-glob": "4.0.1",
33 "@types/is-valid-path": "0.1.0",
34 "@types/listr": "0.14.2",
35 "@types/node": "13.13.4",
36 "@types/resolve-from": "5.0.1",
37 "graphql": "15.0.0",
38 "ts-node": "8.9.1",
39 "typescript": "3.8.3"
40 }
41}
\No newline at end of file