This commit is contained in:
2026-06-15 00:27:35 +00:00
parent 675118faea
commit 9dac148b34
28 changed files with 5303 additions and 5303 deletions
+8 -7
View File
@@ -4,17 +4,18 @@
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --inspect server.js"
"start:inspect": "nodemon --inspect server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"mongoose": "^8.13.2",
"nodemon": "^3.1.9"
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"mongoose": "^9.7.0",
"nodemon": "^3.1.14"
}
}