diff options
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bot/package.json b/bot/package.json index 1adf119..148a229 100644 --- a/bot/package.json +++ b/bot/package.json @@ -6,13 +6,15 @@ "author": "Andrew Lee", "license": "GPL-3.0", "scripts": { - "start": "node src/bot.js --beta", + "start": "node src/bot.js", "lint": "eslint ." }, "dependencies": { "cors": "^2.8.5", "discord.js": "^14.18.0", - "express": "^4.21.2" + "express": "^4.21.2", + "sequelize": "^6.37.5", + "sqlite3": "^5.1.7" }, "devDependencies": { "@eslint/js": "^9.21.0", |
