UNPKG

swagger-typescript-api-generator

Version:

Angular API client generator from swagger json

43 lines (42 loc) 844 B
{ "name": "swagger-typescript-api-generator", "version": "0.18.0", "description": "Angular API client generator from swagger json", "homepage": "", "main": "index.js", "bin": { "a2apigen": "./bin/a2apigen.js" }, "author": { "name": "Michael Dast", "email": "mdast@dast-software.de" }, "keywords": [ "swagger", "rest", "angular2", "angular", "scaffolding", "webapi", "api", "generator" ], "license": "APACHE", "scripts": { "a2apigen": "a2apigen -s swagger.json", "build": "gulp" }, "dependencies": { "js-beautify": "^1.5.10", "lodash": "^3.10.1", "mkdirp": "^0.5.1", "mustache": "^2.2.0", "optimist": "^0.6.1", "request": "^2.67.0", "tslint": "^3.1.1", "typescript": "^1.7.3" }, "devDependencies": { "gulp": "^4.0.0" } }