Files
sample-node-api/package.json
Nakul Manchanda eb22d09547 initial commit extender-scenario
Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
2020-02-06 00:07:33 -05:00

24 lines
436 B
JSON

{
"name": "sample-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/app.js"
},
"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",
"yargs": "^15.1.0"
},
"devDependencies": {
"node-fetch": "^2.3.0"
}
}