package.json
400 Bytes
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": "16.14.2",
"npm": "8.5.0"
},
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"morgan": "^1.10.0"
}
}