Add package.json
This commit is contained in:
parent
3d70404b94
commit
876a3d2bbc
1 changed files with 15 additions and 0 deletions
15
api/package.json
Normal file
15
api/package.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "swagger-cli-validator",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "",
|
||||||
|
"main": "validator.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"nopt": "^3.0.2",
|
||||||
|
"swagger-parser": "^2.4.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue