21 lines
637 B
JSON
21 lines
637 B
JSON
{
|
|
"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 --ip=localhost"
|
|
},
|
|
"devDependencies": {
|
|
"@types/web": "^0.0.301",
|
|
"esbuild": "^0.27.1",
|
|
"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",
|
|
"localforage": "^1.10.0",
|
|
"socket.io-client": "^4.8.1"
|
|
}
|
|
}
|