twitch clickable video

This commit is contained in:
2023-04-09 22:21:14 -05:00
parent 1e616dd256
commit 3ae471de0f
7 changed files with 183 additions and 196 deletions

View File

@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"prettier": "prettier --write .",
"build": "npm run prettier && bsbuild -p -u https://git.zomo.dev/zomo/browser-scripts",
"watch": "bsbuild -p -w -u https://git.zomo.dev/zomo/browser-scripts"
"build": "npm run prettier && bsbuild -pr -u https://git.zomo.dev/zomo/browser-scripts -b main",
"watch": "bsbuild -pr -w -u https://git.zomo.dev/zomo/browser-scripts -b main"
},
"repository": {
"type": "git",
@@ -15,10 +15,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/greasemonkey": "^4.0.3",
"@types/greasemonkey": "^4.0.4",
"browser-scripts-builder": "git+ssh://git@git.zomo.dev:zomo/browser-scripts-builder.git",
"eslint": "^8.22.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"eslint": "^8.38.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
}
}