Files
storage-manager/server/package.json
T
2026-06-15 00:27:35 +00:00

22 lines
466 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start:inspect": "nodemon --inspect server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mongoose": "^9.7.0",
"nodemon": "^3.1.14"
}
}