mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 21:11:39 +01:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|