working on healthcheck api and auth api

This commit is contained in:
2026-05-14 23:43:02 -07:00
parent ce914f91fd
commit fa6d6a97ba
4 changed files with 89 additions and 12 deletions
+5 -1
View File
@@ -22,9 +22,13 @@
"author": "Your Name",
"license": "MIT",
"dependencies": {
"bcryptjs": "^3.0.3",
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express": "^4.22.2",
"jsonwebtoken": "^9.0.3",
"node-pg": "^1.0.1",
"p-limit": "^7.3.0",
"pg": "^8.20.0"