+4
-4
@@ -2,7 +2,7 @@
|
||||
"scripts": {
|
||||
"prepublish": "esbuild --outdir=dist/js --format=esm --bundle --minify --sourcemap --sources-content src/*",
|
||||
"publish": "wrangler pages deploy dist --project-name twitch-subathon-countdown --branch=sugoi",
|
||||
"test": "wrangler pages dev dist"
|
||||
"test": "wrangler pages dev dist --ip=localhost"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/web": "^0.0.301",
|
||||
@@ -10,11 +10,11 @@
|
||||
"wrangler": "^4.54.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sugoidogo/js-util": "^0.1.0",
|
||||
"@sugoidogo/twitch-cloud-ebs": "^1.2.0",
|
||||
"@twurple/api": "^7.2.1",
|
||||
"@twurple/eventsub-ws": "^7.2.1",
|
||||
"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.4/twitch-cloud-ebs.tgz"
|
||||
"socket.io-client": "^4.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user