swagger-ts-generator
Version:
Given a swagger.json file, generates a number of TypeScript files which can be used as models and model-driven forms in Angular 2 (and above)
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "swagger-ts-generator",
"version": "1.1.30",
"description": "Given a swagger.json file, generates a number of TypeScript files which can be used as models and model-driven forms in Angular 2 (and above)",
"main": "index.js",
"scripts": {
"publish-patch": "npm version patch && npm publish"
},
"keywords": [
"Swagger",
"Code Generator",
"models",
"Angular",
"Angular2+",
"Angular 2+",
"ngx",
"model-driven forms",
"reactive forms"
],
"repository": {
"type": "git",
"url": "https://github.com/areijngoudt/swagger-ts-generator"
},
"author": "Ad Reijngoudt <areijngoudt@gmail.com>",
"license": "ISC",
"dependencies": {
"fs": "0.0.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"path": "^0.12.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jsbeautifier": "^2.1.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.2.0",
"gulp-streamify": "^1.0.2",
"gulp-task-listing": "^1.0.1",
"request": "^2.83.0",
"vinyl-source-stream": "^1.1.2",
"yargs": "^4.6.0"
}
}