{
  "name": "@dreamor/cloakbrowser-cli",
  "version": "0.5.5",
  "description": "Agent-friendly CLI for CloakBrowser — stealth Chromium that passes bot detection. Covers all CloakBrowser features for use by AI agents.",
  "type": "module",
  "bin": {
    "cloak": "./bin/cloak.js"
  },
  "main": "./dist/cli.js",
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamor/cloakbrowser-cli.git"
  },
  "homepage": "https://github.com/dreamor/cloakbrowser-cli#readme",
  "bugs": {
    "url": "https://github.com/dreamor/cloakbrowser-cli/issues"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx src/cli.ts",
    "watch": "tsc -p tsconfig.json --watch",
    "test": "vitest run tests/unit",
    "test:e2e": "vitest run tests/e2e",
    "test:all": "vitest run",
    "lint": "eslint src/",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "cloakbrowser",
    "stealth",
    "playwright",
    "chromium",
    "bot-detection",
    "fingerprint",
    "agent",
    "cli",
    "scraping"
  ],
  "author": "dreamor",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "jsdom": "^25.0.0",
    "turndown": "^7.2.0"
  },
  "peerDependencies": {
    "cloakbrowser": ">=0.5.2",
    "mmdb-lib": ">=2.0.0",
    "playwright-core": ">=1.53.0",
    "socks-proxy-agent": ">=10.0.0"
  },
  "peerDependenciesMeta": {
    "cloakbrowser": {
      "optional": false
    },
    "playwright-core": {
      "optional": false
    },
    "mmdb-lib": {
      "optional": true
    },
    "socks-proxy-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.0.0",
    "@types/turndown": "^5.0.5",
    "cloakbrowser": ">=0.5.3",
    "eslint": "^10.7.0",
    "playwright-core": ">=1.53.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.65.0",
    "vitest": "^2.1.0"
  }
}
