UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@graphql-codegen/graphql-modules-preset",
3 "version": "4.0.7-alpha-20240501114854-be2cae2a38a38384c61641094303eb8d7df5c819",
4 "description": "GraphQL Code Generator preset for modularized schema",
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/plugin-helpers": "^5.0.3",
10 "@graphql-codegen/visitor-plugin-common": "5.1.1-alpha-20240501114854-be2cae2a38a38384c61641094303eb8d7df5c819",
11 "@graphql-tools/utils": "^10.0.0",
12 "parse-filepath": "^1.0.2",
13 "change-case-all": "1.0.15",
14 "tslib": "~2.6.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dotansimha/graphql-code-generator.git",
19 "directory": "packages/presets/graphql-modules"
20 },
21 "license": "MIT",
22 "main": "cjs/index.js",
23 "module": "esm/index.js",
24 "typings": "typings/index.d.ts",
25 "typescript": {
26 "definition": "typings/index.d.ts"
27 },
28 "type": "module",
29 "exports": {
30 ".": {
31 "require": {
32 "types": "./typings/index.d.cts",
33 "default": "./cjs/index.js"
34 },
35 "import": {
36 "types": "./typings/index.d.ts",
37 "default": "./esm/index.js"
38 },
39 "default": {
40 "types": "./typings/index.d.ts",
41 "default": "./esm/index.js"
42 }
43 },
44 "./package.json": "./package.json"
45 }
46}
\No newline at end of file