add events to database, remove kleur dependency/slightly nicer logging, update twurple

This commit is contained in:
2026-01-29 21:06:01 +01:00
parent f3c6f6a6b3
commit b88a93a6cf
31 changed files with 478 additions and 210 deletions

View File

@@ -2,11 +2,11 @@
"name": "qweribot",
"module": "src/index.ts",
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@twurple/eventsub-ngrok": "^7.4.0",
"@biomejs/biome": "^2.3.13",
"@twurple/eventsub-ngrok": "^8.0.3",
"@types/bun": "latest",
"drizzle-kit": "^0.31.8",
"pg": "^8.16.3"
"pg": "^8.17.2"
},
"scripts": {
"check": "biome check && tsc -b",
@@ -26,11 +26,10 @@
"type": "module",
"dependencies": {
"@fontsource/jersey-15": "^5.2.8",
"@twurple/api": "7.4.0",
"@twurple/auth": "^7.4.0",
"@twurple/eventsub-http": "^7.4.0",
"@twurple/api": "8.0.3",
"@twurple/auth": "^8.0.3",
"@twurple/eventsub-http": "^8.0.3",
"discord.js": "^14.25.1",
"drizzle-orm": "^0.44.7",
"kleur": "^4.1.5"
"drizzle-orm": "^0.45.1"
}
}