{
  "name": "@cliqz/adblocker-webextension",
  "version": "1.34.0",
  "description": "Ghostery adblocker WebExtension wrapper",
  "author": {
    "name": "Ghostery"
  },
  "homepage": "https://github.com/ghostery/adblocker#readme",
  "license": "MPL-2.0",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "files": [
    "LICENSE",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ghostery/adblocker.git",
    "directory": "packages/adblocker-webextension"
  },
  "scripts": {
    "clean": "rimraf dist coverage .tshy .tshy-build .nyc_output .rollup.cache",
    "lint": "eslint src test",
    "build": "tshy && rollup --config ./rollup.config.js",
    "test": "nyc mocha",
    "dev": "mocha --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/ghostery/adblocker/issues"
  },
  "devDependencies": {
    "@types/chai": "^5.0.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^22.0.2",
    "@types/webextension-polyfill": "^0.12.1",
    "chai": "^5.1.0",
    "eslint": "^9.3.0",
    "mocha": "^10.2.0",
    "nyc": "^17.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.0.2",
    "tshy": "^3.0.2",
    "typescript": "^5.5.2"
  },
  "dependencies": {
    "@cliqz/adblocker": "^1.34.0",
    "@cliqz/adblocker-content": "^1.34.0",
    "tldts-experimental": "^6.0.14",
    "webextension-polyfill": "^0.12.0"
  },
  "contributors": [
    {
      "name": "Rémi Berson",
      "email": "remi@cliqz.com"
    },
    {
      "name": "Zhonghao Yu",
      "email": "zhonghao@cliqz.com"
    },
    {
      "name": "Krzysztof Jan Modras",
      "email": "chrmod@chrmod.net"
    },
    {
      "name": "Raymond Hill",
      "email": "gorhill@users.noreply.github.com"
    },
    {
      "name": "Eleni",
      "email": "eleni@cliqz.com"
    },
    {
      "name": "ecnmst",
      "email": "ecnmst@users.noreply.github.com"
    },
    {
      "name": "Asif",
      "email": "arshadasif0312@gmail.com"
    },
    {
      "name": "Anton Lazarev",
      "email": "antonok35@gmail.com"
    }
  ],
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "gitHead": "a68f58dfe72eb92ebf8ab1836608aa752f0d13e9"
}
