ng-openapi-gen
Version:
An OpenAPI 3.0 and 3.1 codegen for Angular 16+
36 lines (35 loc) • 809 B
JSON
{
"name": "ng-openapi-gen",
"version": "1.0.5",
"license": "MIT",
"author": "Cyclos development team",
"description": "An OpenAPI 3.0 and 3.1 codegen for Angular 16+",
"keywords": [
"angular",
"openapi",
"codegen"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cyclosproject/ng-openapi-gen.git"
},
"private": false,
"bin": {
"ng-openapi-gen": "lib/index.js"
},
"main": "lib/ng-openapi-gen.js",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.2.1",
"argparse": "^2.0.1",
"eol": "^0.10.0",
"fs-extra": "^11.3.2",
"handlebars": "^4.7.8",
"jsesc": "^3.1.0",
"openapi-types": "^12.1.3",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"rxjs": ">=6.5.0"
}
}