{
  "name": "@adguard/hostlist-compiler",
  "version": "2.1.0",
  "description": "A simple tool that compiles hosts blocklists from multiple sources",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "repository": "https://github.com/AdguardTeam/HostlistCompiler",
  "author": "AdGuard",
  "license": "GPL-3.0",
  "bin": {
    "hostlist-compiler": "src/cli.js"
  },
  "scripts": {
    "lint": "eslint . --cache",
    "test": "jest --runInBand --detectOpenHandles .",
    "increment": "yarn version --patch --no-git-tag-version",
    "build-txt": "node tools/build-txt.js",
    "compile": "node src/cli.js"
  },
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@babel/eslint-parser": "^7.19.1",
    "eslint": "^8.34.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "jest": "^29.7.0",
    "mock-fs": "^4.11.0",
    "nock": "^12.0.2"
  },
  "dependencies": {
    "@adguard/filters-downloader": "^2.3.1",
    "ajv": "^6.12.0",
    "ajv-errors": "^1.0.1",
    "axios": "^1.15.0",
    "better-ajv-errors": "^0.6.7",
    "consola": "^2.11.3",
    "lodash": "^4.17.15",
    "tldts": "7.0.28",
    "yargs": "^15.3.0"
  }
}
