package.json
324 Bytes
{
"name": "boiler-plate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mindyeoi",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.12.11"
}
}