16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|