From 6aafd1010eb7d339746cbe6ffc95190c4427a448 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 7 Feb 2026 18:58:25 +0000 Subject: [PATCH] Actualizar package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b3480aa..7bc12ea 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file