forked from sius/swagger-nodegen-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 708 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "swagger-nodegen-cli",
"version": "3.0.63",
"description": "A simple convenience package that wraps the swagger-codegen-cli for the node/npm environment.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sius/swagger-nodegen-cli.git"
},
"scripts": {
"test": "swagger-codegen-cli generate -i ./test/api/petstore-expanded-openapi-v3.yml -l typescript-angular -o src/services"
},
"bin": {
"swagger-codegen-cli": "bin/swagger-codegen-cli.js",
"swagger-nodegen-cli": "bin/swagger-codegen-cli.js",
"sc": "bin/swagger-codegen-cli.js"
},
"author": "sius",
"license": "Apache-2.0",
"dependencies": {
"user": "^0.0.0"
}
}