Files
ca-archive/package.json
ale 54807b9982 v3
Signed-off-by: ale <ale@manalejandro.com>
2026-02-08 22:16:18 +01:00

32 líneas
1.0 KiB
JSON

{
"name": "ca-archive",
"version": "3.0.0",
"description": "Classic Add-ons Archive - WebExtensions Edition",
"author": "Off JustOff <Off.Just.Off@gmail.com>",
"license": "MPL-2.0",
"homepage": "https://github.com/JustOff/ca-archive",
"repository": {
"type": "git",
"url": "https://github.com/JustOff/ca-archive.git"
},
"scripts": {
"lint": "web-ext lint --source-dir=.",
"build:firefox": "web-ext build --source-dir=. --artifacts-dir=./dist --overwrite-dest",
"build:chrome": "npm run zip",
"zip": "zip -r dist/ca-archive-3.0-chrome.zip manifest.json background.js content/ skin/ -x '*.git*' -x '*~' -x '*.md' -x 'install.rdf' -x 'chrome.manifest' -x 'bootstrap.js' -x 'update.xml'",
"start:firefox": "web-ext run --source-dir=. --firefox-preview",
"start:chrome": "web-ext run --source-dir=. --target=chromium"
},
"devDependencies": {
"web-ext": "^7.9.0"
},
"keywords": [
"firefox",
"chrome",
"extensions",
"addons",
"archive",
"webextensions"
]
}