first commit, basic command handling and auth managing

This commit is contained in:
2025-05-30 22:56:46 +02:00
commit cc796765ed
17 changed files with 610 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "qweribot",
"module": "bot/index.ts",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"private": true,
"type": "module",
"dependencies": {
"@twurple/auth": "^7.3.0",
"@twurple/eventsub-ws": "^7.3.0",
"pocketbase": "^0.26.0",
"surrealdb": "^1.3.2"
}
}