UNPKG

webext-store-incompat-fixer

Version:

Package which clones a packed webextension and fixes incompatibilities with certain extension stores

45 lines (44 loc) 1.08 kB
{ "name": "webext-store-incompat-fixer", "version": "0.26.1", "description": "Package which clones a packed webextension and fixes incompatibilities with certain extension stores", "keywords": [ "webextension", "extension", "store", "firefox", "edge", "whale" ], "homepage": "https://github.com/carlosjeurissen/webext-store-incompat-fixer#readme", "bugs": { "url": "https://github.com/carlosjeurissen/webext-store-incompat-fixer/issues" }, "repository": { "type": "git", "url": "https://github.com/carlosjeurissen/webext-store-incompat-fixer.git" }, "license": "MIT", "author": "Carlos Jeurissen", "type": "module", "main": "index.js", "bin": { "webext-store-incompat-fixer": "cli.js" }, "dependencies": { "jszip": "^3.10.1" }, "devDependencies": { "eslint": "^9.39.4", "eslint-config-ccb": "^0.38.3" }, "peerDependencies": { "webext-manifest-browser-polyfill": ">=0.25.2" }, "engines": { "node": ">=12.20.0" }, "scripts": { "lint-fix": "eslint *.js --fix" } }