{
  "name": "@openapi-generator-plus/java-retrofit-client-generator",
  "version": "3.0.0",
  "description": "An OpenAPI Generator Plus template for a Java API client using Retrofit",
  "keywords": [
    "openapi-generator-plus",
    "openapi-generator-plus-generator",
    "openapi",
    "openapi-generator",
    "java",
    "retrofit",
    "client"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karlvr/openapi-generator-plus-generators.git"
  },
  "author": "Karl von Randow",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/karlvr/openapi-generator-plus-generators/issues"
  },
  "homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/java-retrofit-client#readme",
  "dependencies": {
    "@openapi-generator-plus/indexed-type": "^1.0.0",
    "@openapi-generator-plus/types": "^2.22.2",
    "@openapi-generator-plus/generator-common": "1.8.1",
    "@openapi-generator-plus/java-jaxrs-generator-common": "4.0.0",
    "@openapi-generator-plus/template-utils": "0.2.0",
    "@openapi-generator-plus/java-jaxrs-client-generator": "5.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4d7336969427733ca316dfb48219f166adb9182a",
  "scripts": {
    "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json",
    "clean": "../../node_modules/.bin/rimraf dist",
    "test": "../../node_modules/.bin/jest",
    "watch": "../../node_modules/.bin/tsc --watch"
  }
}