UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@graphql-codegen/java-apollo-android",
3 "version": "2.3.6-alpha-20221101110911-a036e7a25",
4 "description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
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 "auto-bind": "~4.0.0",
13 "change-case-all": "1.0.14",
14 "pluralize": "^8.0.0",
15 "tslib": "~2.4.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/dotansimha/graphql-code-generator.git",
20 "directory": "packages/plugins/java/apollo-android"
21 },
22 "license": "MIT",
23 "main": "cjs/index.js",
24 "module": "esm/index.js",
25 "typings": "typings/index.d.ts",
26 "typescript": {
27 "definition": "typings/index.d.ts"
28 },
29 "type": "module",
30 "exports": {
31 ".": {
32 "require": {
33 "types": "./typings/index.d.cts",
34 "default": "./cjs/index.js"
35 },
36 "import": {
37 "types": "./typings/index.d.ts",
38 "default": "./esm/index.js"
39 },
40 "default": {
41 "types": "./typings/index.d.ts",
42 "default": "./esm/index.js"
43 }
44 },
45 "./package.json": "./package.json"
46 }
47}
\No newline at end of file