UNPKG

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