This commit is contained in:
2025-12-23 17:41:30 -08:00
parent d6ac68f7d3
commit ff534eb448
18 changed files with 3989 additions and 461 deletions

View File

@@ -8,9 +8,14 @@
"seed": "node seed.js"
},
"dependencies": {
"express": "^5.1.0",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"express-validator": "^7.3.1",
"node-fetch": "^3.3.2",
"sqlite3": "^5.1.7",
"node-fetch": "^3.3.2"
"winston": "^3.19.0"
}
}
}