22 lines
523 B
JSON
22 lines
523 B
JSON
{
|
|
"name": "swagger-ui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"bundle": "swagger-cli bundle -o ../src/bundled.yaml -t yaml ../src/main.yaml",
|
|
"start": "npm run bundle; node main.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"js-yaml": "^4.1.0",
|
|
"package.json": "^2.0.1",
|
|
"swagger-cli": "^4.0.4",
|
|
"swagger-ui-express": "^5.0.1"
|
|
}
|
|
}
|