UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@graphql-cli/codegen",
3 "version": "2.4.19-alpha-20221207042805-858684199",
4 "description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
5 "peerDependencies": {
6 "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"
7 },
8 "dependencies": {
9 "@graphql-codegen/cli": "2.15.1-alpha-20221207042805-858684199",
10 "@graphql-cli/common": "4.1.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-code-generator.git",
15 "directory": "packages/graphql-cli-codegen-plugin"
16 },
17 "homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
18 "keywords": [
19 "graphql-cli",
20 "graphql-cli-plugin"
21 ],
22 "author": "Dotan Simha <dotansimha@gmail.com>",
23 "license": "MIT",
24 "main": "cjs/index.js",
25 "module": "esm/index.js",
26 "typings": "typings/index.d.ts",
27 "typescript": {
28 "definition": "typings/index.d.ts"
29 },
30 "type": "module",
31 "exports": {
32 ".": {
33 "require": {
34 "types": "./typings/index.d.cts",
35 "default": "./cjs/index.js"
36 },
37 "import": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 },
41 "default": {
42 "types": "./typings/index.d.ts",
43 "default": "./esm/index.js"
44 }
45 },
46 "./package.json": "./package.json"
47 }
48}
\No newline at end of file