UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@graphql-codegen/kotlin",
3 "version": "2.3.6-alpha-20221101110911-a036e7a25",
4 "description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL 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/java-common": "2.2.6-alpha-20221101110911-a036e7a25",
10 "@graphql-codegen/plugin-helpers": "2.7.2-alpha-20221101110911-a036e7a25",
11 "@graphql-codegen/visitor-plugin-common": "2.13.1-alpha-20221101110911-a036e7a25",
12 "tslib": "~2.4.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/dotansimha/graphql-code-generator.git",
17 "directory": "packages/plugins/java/kotlin"
18 },
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./package.json": "./package.json"
43 }
44}
\No newline at end of file