UNPKG

2.79 kBJSONView Raw
1{
2 "name": "@graphql-codegen/cli",
3 "version": "5.0.0",
4 "peerDependenciesMeta": {
5 "@parcel/watcher": {
6 "optional": true
7 }
8 },
9 "peerDependencies": {
10 "@parcel/watcher": "^2.1.0",
11 "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 || ^16.0.0"
12 },
13 "dependencies": {
14 "@babel/generator": "^7.18.13",
15 "@babel/template": "^7.18.10",
16 "@babel/types": "^7.18.13",
17 "@graphql-codegen/core": "^4.0.0",
18 "@graphql-codegen/plugin-helpers": "^5.0.1",
19 "@graphql-tools/apollo-engine-loader": "^8.0.0",
20 "@graphql-tools/code-file-loader": "^8.0.0",
21 "@graphql-tools/git-loader": "^8.0.0",
22 "@graphql-tools/github-loader": "^8.0.0",
23 "@graphql-tools/graphql-file-loader": "^8.0.0",
24 "@graphql-tools/json-file-loader": "^8.0.0",
25 "@graphql-tools/load": "^8.0.0",
26 "@graphql-tools/prisma-loader": "^8.0.0",
27 "@graphql-tools/url-loader": "^8.0.0",
28 "@graphql-tools/utils": "^10.0.0",
29 "@whatwg-node/fetch": "^0.8.0",
30 "chalk": "^4.1.0",
31 "cosmiconfig": "^8.1.3",
32 "debounce": "^1.2.0",
33 "detect-indent": "^6.0.0",
34 "graphql-config": "^5.0.2",
35 "inquirer": "^8.0.0",
36 "is-glob": "^4.0.1",
37 "jiti": "^1.17.1",
38 "json-to-pretty-yaml": "^1.2.2",
39 "listr2": "^4.0.5",
40 "log-symbols": "^4.0.0",
41 "micromatch": "^4.0.5",
42 "shell-quote": "^1.7.3",
43 "string-env-interpolation": "^1.0.1",
44 "ts-log": "^2.2.3",
45 "tslib": "^2.4.0",
46 "yaml": "^2.3.1",
47 "yargs": "^17.0.0"
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": "cjs/index.js",
75 "module": "esm/index.js",
76 "typings": "typings/index.d.ts",
77 "typescript": {
78 "definition": "typings/index.d.ts"
79 },
80 "type": "module",
81 "exports": {
82 ".": {
83 "require": {
84 "types": "./typings/index.d.cts",
85 "default": "./cjs/index.js"
86 },
87 "import": {
88 "types": "./typings/index.d.ts",
89 "default": "./esm/index.js"
90 },
91 "default": {
92 "types": "./typings/index.d.ts",
93 "default": "./esm/index.js"
94 }
95 },
96 "./package.json": "./package.json"
97 },
98 "bin": {
99 "gql-gen": "cjs/bin.js",
100 "graphql-codegen": "cjs/bin.js",
101 "graphql-code-generator": "cjs/bin.js",
102 "graphql-codegen-esm": "esm/bin.js"
103 }
104}
\No newline at end of file