Files
sample-node-api/package.json
Nakul Manchanda 9573cbcb20 added readme, yaml file and startup script
Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
2019-03-21 20:45:48 -04:00

21 lines
504 B
JSON

{
"name": "sample-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"test": "istanbul cover cucumber-js -- test/features/*feature --require test/support/ --report cobertura --report html --tags \"not @leave\""
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"cors": "^2.8.5",
"cucumber": "^5.1.0",
"express": "^4.16.4",
"istanbul": "^0.4.5",
"supertest": "^3.4.2"
}
}