UNPKG

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