Files
rfd-affiliate-stripper/package.json
renovate[bot] 69398265e4 Update dependency web-ext to v9 (#50)
* Update dependency web-ext to v9

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 20:24:00 -04:00

12 lines
300 B
JSON

{
"devDependencies": {
"web-ext": "^9.0.0"
},
"scripts": {
"start:firefox": "web-ext run --source-dir .",
"build": "web-ext build --overwrite-dest --ignore-files extensions/ --source-dir .",
"lint": "web-ext lint --source-dir .",
"sign": "web-ext sign --source-dir ."
}
}