Files
storage-manager/server/package.json
T
2021-07-19 10:54:26 -05:00

20 lines
392 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.13.3",
"nodemon": "^2.0.12"
}
}