22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "web-extension",
|
|
"version": "0.4.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"check": "tsc --noEmit",
|
|
"build": "tsc",
|
|
"package": "tsc && web-ext build --overwrite-dest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^143.0.0",
|
|
"typescript": "^5.9.3",
|
|
"web-ext": "^7.6.0"
|
|
}
|
|
}
|