Files
qweribot/package.json

18 lines
325 B
JSON

{
"name": "qweribot",
"module": "bot/index.ts",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"private": true,
"type": "module",
"dependencies": {
"@twurple/auth": "^7.3.0",
"@twurple/eventsub-ws": "^7.3.0",
"pocketbase": "^0.26.1"
}
}