Actualizar package.json

This commit is contained in:
2026-02-07 18:58:25 +00:00
parent 1b7fc8ed89
commit 6aafd1010e

View File

@@ -8,7 +8,10 @@
"start": "node server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.19.2"
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.5"
}
}