update to ts and cloudflare pages
Publish / release (push) Successful in 2m13s

This commit is contained in:
2025-12-16 02:01:08 -08:00
parent b5779bfd70
commit 9c07d2345d
10 changed files with 1775 additions and 157 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
{
"devDependencies": {
"@types/web": "^0.0.301",
"typescript": "^5.9.3",
"wrangler": "^4.54.0"
},
"dependencies": {
"@twurple/api": "^7.2.1",
"@twurple/eventsub-ws": "^7.2.1",
"twitch-cloud-ebs": "github:sugoidogo/twitch-cloud-ebs"
"js-util": "https://gitea.sugoidogo.com/sugoidogo/js-util/releases/download/0.1.0/js-util.tgz",
"localforage": "^1.10.0",
"socket.io-client": "^4.8.1",
"twitch-cloud-ebs": "https://gitea.sugoidogo.com/sugoidogo/twitch-cloud-ebs/releases/download/1.1.3/twitch-cloud-ebs.tgz"
}
}