UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@graphql-codegen/cli",
3 "version": "1.17.8",
4 "peerDependencies": {
5 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
6 },
7 "dependencies": {
8 "@graphql-codegen/core": "1.17.8",
9 "@graphql-codegen/plugin-helpers": "^1.17.8",
10 "@graphql-tools/apollo-engine-loader": "^6.0.18",
11 "@graphql-tools/code-file-loader": "^6.0.18",
12 "@graphql-tools/git-loader": "^6.0.18",
13 "@graphql-tools/github-loader": "^6.0.18",
14 "@graphql-tools/graphql-file-loader": "^6.0.18",
15 "@graphql-tools/json-file-loader": "^6.0.18",
16 "@graphql-tools/load": "^6.0.18",
17 "@graphql-tools/prisma-loader": "^6.0.18",
18 "@graphql-tools/url-loader": "^6.0.18",
19 "@graphql-tools/utils": "^6.0.18",
20 "ansi-escapes": "^4.3.1",
21 "camel-case": "^4.1.1",
22 "chalk": "^4.1.0",
23 "chokidar": "^3.4.2",
24 "common-tags": "^1.8.0",
25 "constant-case": "^3.0.3",
26 "cosmiconfig": "^7.0.0",
27 "debounce": "^1.2.0",
28 "dependency-graph": "^0.9.0",
29 "detect-indent": "^6.0.0",
30 "glob": "^7.1.6",
31 "graphql-config": "^3.0.2",
32 "indent-string": "^4.0.0",
33 "inquirer": "^7.3.3",
34 "is-glob": "^4.0.1",
35 "json-to-pretty-yaml": "^1.2.2",
36 "listr": "^0.14.3",
37 "listr-update-renderer": "^0.5.0",
38 "log-symbols": "^4.0.0",
39 "lower-case": "^2.0.1",
40 "minimatch": "^3.0.4",
41 "mkdirp": "^1.0.4",
42 "pascal-case": "^3.1.1",
43 "request": "^2.88.2",
44 "string-env-interpolation": "^1.0.1",
45 "ts-log": "^2.1.4",
46 "tslib": "~2.0.0",
47 "upper-case": "^2.0.1",
48 "valid-url": "^1.0.9",
49 "wrap-ansi": "^7.0.0",
50 "yargs": "^15.4.1"
51 },
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/dotansimha/graphql-code-generator.git",
55 "directory": "packages/graphql-codegen-cli"
56 },
57 "homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
58 "keywords": [
59 "gql",
60 "generator",
61 "code",
62 "types",
63 "interfaces",
64 "graphql",
65 "codegen",
66 "apollo",
67 "node",
68 "typescript",
69 "ts",
70 "flow",
71 "types",
72 "d.ts",
73 "typings"
74 ],
75 "author": "Dotan Simha <dotansimha@gmail.com>",
76 "license": "MIT",
77 "main": "index.cjs.js",
78 "module": "index.esm.js",
79 "typings": "index.d.ts",
80 "typescript": {
81 "definition": "index.d.ts"
82 },
83 "bin": {
84 "gql-gen": "bin.js",
85 "graphql-codegen": "bin.js",
86 "graphql-code-generator": "bin.js"
87 }
88}