diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-24 15:42:10 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-24 15:42:10 -0400 |
| commit | ad768e2b25b58d62a44aa2daeb1429a651d488e5 (patch) | |
| tree | cadfaee0b8998c4d0d13a2a03bf18cc55e495264 /bot/package.json | |
| parent | 0453bafa63ccd1057279a1be9286b3e7ebcb62d2 (diff) | |
| download | AleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.tar.gz AleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.tar.bz2 AleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.zip | |
Added JWT on API; Added back settings on Discord
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 2 |
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" |
