This commit is contained in:
2026-03-23 17:58:25 +03:00
commit d5f92ea3d3
7 changed files with 2614 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "yt-ui",
"version": "0.0.0",
"scripts": {
"start:firefox": "web-ext run --source-dir . --firefox=firefox-developer-edition",
"build": "web-ext build"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"web-ext": "^10.0.0"
}
}