youtube-customizer/package.json
2023-11-18 17:45:48 +03:00

25 lines
748 B
JSON

{
"name": "youtube_customizer",
"version": "1.0.0",
"description": "Changes layout of YouTube and adds QoL features.",
"author": "Ryze",
"license": "GPL-3.0-only",
"homepage": "https://github.com/ryze312/youtube-customizer",
"bugs": {
"url": "https://github.com/ryze312/youtube-customizer/issues"
},
"devDependencies": {
"@types/firefox-webext-browser": "^111.0.4"
},
"scripts": {
"clean": "rm -rf build",
"build": "pnpm run clean && mkdir build && cp -r extension build/target && tsc && web-ext build"
},
"webExt": {
"sourceDir": "build/target",
"artifactsDir": "build/dist",
"build": {
"overwriteDest": true
}
}
}