UNPKG

@openapi-generator-plus/java-retrofit-client-generator

Version:
41 lines 1.4 kB
{ "name": "@openapi-generator-plus/java-retrofit-client-generator", "version": "2.6.7", "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/types": "^2.19.0", "@openapi-generator-plus/handlebars-templates": "1.11.2", "@openapi-generator-plus/java-jaxrs-client-generator": "3.3.1" }, "publishConfig": { "access": "public" }, "gitHead": "4d7336969427733ca316dfb48219f166adb9182a", "scripts": { "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json", "clean": "../../node_modules/.bin/rimraf dist", "link": "pnpm link --global @openapi-generator-plus/types && pnpm link --global", "watch": "../../node_modules/.bin/tsc --watch" } }