nicholas/storage-manager#1: new directory structure, rewrite add box, item functionality

This commit is contained in:
2025-04-08 17:52:26 -05:00
parent dbcd1bfff5
commit d00615b197
45 changed files with 4265 additions and 15594 deletions
+6 -5
View File
@@ -5,15 +5,16 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
"start": "nodemon --inspect server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"mongoose": "^6.4.0",
"nodemon": "^2.0.16"
"dotenv": "^16.4.7",
"express": "^5.1.0",
"mongoose": "^8.13.2",
"nodemon": "^3.1.9"
}
}