2023-10-14 16:28:19 +02:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/firefox-webext-browser": "^111.0.2",
|
|
|
|
"web-ext": "^7.8.0",
|
|
|
|
"webextension-polyfill": "github:mozilla/webextension-polyfill"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-10-17 19:04:32 +02:00
|
|
|
"start:firefox": "web-ext run"
|
2023-10-14 16:28:19 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"luhn": "^2.4.1",
|
|
|
|
"typescript": "^5.2.2"
|
|
|
|
}
|
|
|
|
}
|