{
  "name": "webext-store-incompat-fixer",
  "version": "0.13.0",
  "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",
    "webext-manifest-browser-polyfill": "^0.20.0"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "eslint-config-ccb": "^0.35.0"
  },
  "engines": {
    "node": ">=12.20.0"
  },
  "scripts": {
    "lint-fix": "eslint *.js --fix"
  }
}
