Files
storage-manager/server/package.json
T
2022-06-19 05:29:14 -05:00

20 lines
391 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.20.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"mongoose": "^6.4.0",
"nodemon": "^2.0.16"
}
}