Files
sample-node-api/package.json
Craig-Forrest 0355c008e0 initial commit
2019-02-18 15:11:44 +00:00

20 lines
485 B
JSON

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