aboutsummaryrefslogtreecommitdiff
path: root/bot/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bot/package.json')
-rw-r--r--bot/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json
index 5a0f631..4c937be 100644
--- a/bot/package.json
+++ b/bot/package.json
@@ -12,9 +12,11 @@
"lint": "eslint ."
},
"dependencies": {
+ "bcrypt": "^5.1.1",
"cors": "^2.8.5",
"discord.js": "^14.18.0",
"express": "^4.21.2",
+ "jsonwebtoken": "^9.0.2",
"ollama": "^0.5.14",
"sequelize": "^6.37.6",
"sqlite3": "^5.1.7"