mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 16:51:38 +01:00
22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"name": "qweribot",
|
|
"module": "src/index.ts",
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"drizzle-kit": "^0.31.4",
|
|
"pg": "^8.16.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource/jersey-15": "^5.2.6",
|
|
"@twurple/auth": "^7.3.0",
|
|
"@twurple/eventsub-ws": "^7.3.0",
|
|
"drizzle-orm": "^0.44.5",
|
|
"kleur": "^4.1.5"
|
|
}
|
|
}
|