20 lines
934 B
JSON
20 lines
934 B
JSON
{
|
|
"name": "verstak-browser-extension",
|
|
"version": "2.0.3",
|
|
"private": true,
|
|
"description": "Verstak browser capture extension for Chromium and Firefox",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "node scripts/build-extension.js",
|
|
"test": "node scripts/test-hostname.js && node scripts/test-activity-tracker.js && node scripts/test-protocol.js && node scripts/test-i18n.js && node scripts/test-popup-settings.js && node scripts/test-popup-catalog-fallback.js && node scripts/test-background-i18n.js && node scripts/test-firefox-github-release.js",
|
|
"sign:firefox": "./scripts/sign-firefox-xpi.sh",
|
|
"release:firefox": "./scripts/release-firefox-xpi.sh",
|
|
"publish:firefox": "./scripts/publish-firefox-github-release.sh",
|
|
"publish:github": "./scripts/publish-github-release.sh",
|
|
"release:package": "./scripts/package-release.sh"
|
|
},
|
|
"devDependencies": {
|
|
"web-ext": "^8.3.0"
|
|
}
|
|
}
|