{
  "name": "@cliqz/adblocker-content",
  "version": "1.34.0",
  "description": "Ghostery adblocker library (content-scripts helpers)",
  "author": {
    "name": "Ghostery"
  },
  "homepage": "https://github.com/ghostery/adblocker#readme",
  "license": "MPL-2.0",
  "type": "module",
  "tshy": {
    "project": "./tsconfig.json",
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.js"
    }
  },
  "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",
  "types": "./dist/commonjs/index.d.ts",
  "module": "./dist/esm/index.js",
  "files": [
    "LICENSE",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ghostery/adblocker.git",
    "directory": "packages/adblocker-content"
  },
  "scripts": {
    "clean": "rimraf dist .tshy .tshy-build .rollup.cache",
    "lint": "eslint src",
    "build": "tshy && rollup --config ./rollup.config.js"
  },
  "bugs": {
    "url": "https://github.com/ghostery/adblocker/issues"
  },
  "dependencies": {
    "@cliqz/adblocker-extended-selectors": "^1.34.0"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@types/node": "^22.0.2",
    "eslint": "^9.3.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.0.2",
    "tshy": "^3.0.2",
    "typescript": "^5.5.2"
  },
  "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"
    }
  ],
  "gitHead": "a68f58dfe72eb92ebf8ab1836608aa752f0d13e9"
}
