UNPKG

2.83 kBJSONView Raw
1{
2 "name": "@graphql-codegen/cli",
3 "version": "5.0.2",
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/client-preset": "^4.2.2",
18 "@graphql-codegen/core": "^4.0.2",
19 "@graphql-codegen/plugin-helpers": "^5.0.3",
20 "@graphql-tools/apollo-engine-loader": "^8.0.0",
21 "@graphql-tools/code-file-loader": "^8.0.0",
22 "@graphql-tools/git-loader": "^8.0.0",
23 "@graphql-tools/github-loader": "^8.0.0",
24 "@graphql-tools/graphql-file-loader": "^8.0.0",
25 "@graphql-tools/json-file-loader": "^8.0.0",
26 "@graphql-tools/load": "^8.0.0",
27 "@graphql-tools/prisma-loader": "^8.0.0",
28 "@graphql-tools/url-loader": "^8.0.0",
29 "@graphql-tools/utils": "^10.0.0",
30 "@whatwg-node/fetch": "^0.8.0",
31 "chalk": "^4.1.0",
32 "cosmiconfig": "^8.1.3",
33 "debounce": "^1.2.0",
34 "detect-indent": "^6.0.0",
35 "graphql-config": "^5.0.2",
36 "inquirer": "^8.0.0",
37 "is-glob": "^4.0.1",
38 "jiti": "^1.17.1",
39 "json-to-pretty-yaml": "^1.2.2",
40 "listr2": "^4.0.5",
41 "log-symbols": "^4.0.0",
42 "micromatch": "^4.0.5",
43 "shell-quote": "^1.7.3",
44 "string-env-interpolation": "^1.0.1",
45 "ts-log": "^2.2.3",
46 "tslib": "^2.4.0",
47 "yaml": "^2.3.1",
48 "yargs": "^17.0.0"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/dotansimha/graphql-code-generator.git",
53 "directory": "packages/graphql-codegen-cli"
54 },
55 "homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
56 "keywords": [
57 "gql",
58 "generator",
59 "code",
60 "types",
61 "interfaces",
62 "graphql",
63 "codegen",
64 "apollo",
65 "node",
66 "typescript",
67 "ts",
68 "flow",
69 "types",
70 "d.ts",
71 "typings"
72 ],
73 "author": "Dotan Simha <dotansimha@gmail.com>",
74 "license": "MIT",
75 "main": "cjs/index.js",
76 "module": "esm/index.js",
77 "typings": "typings/index.d.ts",
78 "typescript": {
79 "definition": "typings/index.d.ts"
80 },
81 "type": "module",
82 "exports": {
83 ".": {
84 "require": {
85 "types": "./typings/index.d.cts",
86 "default": "./cjs/index.js"
87 },
88 "import": {
89 "types": "./typings/index.d.ts",
90 "default": "./esm/index.js"
91 },
92 "default": {
93 "types": "./typings/index.d.ts",
94 "default": "./esm/index.js"
95 }
96 },
97 "./package.json": "./package.json"
98 },
99 "bin": {
100 "gql-gen": "cjs/bin.js",
101 "graphql-codegen": "cjs/bin.js",
102 "graphql-code-generator": "cjs/bin.js",
103 "graphql-codegen-esm": "esm/bin.js"
104 }
105}
\No newline at end of file