bc100-autofill/package.json
2025-03-18 19:49:52 +01:00

14 lines
306 B
JSON

{
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/firefox-webext-browser": "^111.0.2",
"eslint": "~9.5.0",
"globals": "^15.6.0",
"web-ext": "^7.8.0",
"webextension-polyfill": "github:mozilla/webextension-polyfill"
},
"scripts": {
"start:firefox": "web-ext run"
}
}