UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@graphql-codegen/java-apollo-android",
3 "version": "1.17.4",
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"
7 },
8 "dependencies": {
9 "@graphql-codegen/java-common": "1.17.4",
10 "@graphql-codegen/plugin-helpers": "1.17.4",
11 "@graphql-codegen/visitor-plugin-common": "1.17.4",
12 "auto-bind": "~4.0.0",
13 "camel-case": "4.1.1",
14 "pascal-case": "3.1.1",
15 "pluralize": "8.0.0",
16 "tslib": "~2.0.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/dotansimha/graphql-code-generator.git",
21 "directory": "packages/plugins/java/apollo-android"
22 },
23 "license": "MIT",
24 "main": "index.cjs.js",
25 "module": "index.esm.js",
26 "typings": "index.d.ts",
27 "typescript": {
28 "definition": "index.d.ts"
29 },
30 "devDependencies": {
31 "@types/pluralize": "0.0.29"
32 },
33 "publishConfig": {
34 "access": "public"
35 }
36}