{
  "name": "camofox-browser",
  "version": "2.4.6",
  "description": "Anti-detection browser server for AI agents — REST API wrapping Camoufox engine with OpenClaw plugin support",
  "type": "commonjs",
  "main": "dist/src/server.js",
  "bin": {
    "camofox-browser": "bin/camofox-browser.js",
    "camofox": "bin/camofox.js"
  },
  "license": "MIT",
  "author": "redf0x1",
  "homepage": "https://github.com/redf0x1/camofox-browser#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redf0x1/camofox-browser.git"
  },
  "bugs": {
    "url": "https://github.com/redf0x1/camofox-browser/issues"
  },
  "keywords": [
    "camofox",
    "camoufox",
    "anti-detection",
    "browser-automation",
    "ai-agent",
    "stealth-browser",
    "web-scraping",
    "rest-api",
    "typescript",
    "express",
    "playwright",
    "fingerprint-spoofing",
    "mcp",
    "openclaw",
    "headless-browser"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "bin",
    "plugin.ts",
    "openclaw.plugin.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "openclaw": {
    "extensions": [
      "plugin.ts"
    ]
  },
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "build": "tsc",
    "start": "node dist/src/server.js",
    "start:dev": "tsx src/server.ts",
    "lint": "tsc --noEmit",
    "pretest": "npm run build",
    "test": "jest --runInBand --detectOpenHandles",
    "test:e2e": "jest --runInBand --detectOpenHandles tests/e2e",
    "test:live": "RUN_LIVE_TESTS=1 jest --runInBand --detectOpenHandles tests/live",
    "test:debug": "DEBUG_SERVER=1 jest --runInBand --detectOpenHandles",
    "verify:package": "bash scripts/verify-package.sh",
    "postinstall": "npx camoufox-js fetch || true"
  },
  "dependencies": {
    "camoufox-js": "^0.8.5",
    "commander": "^14.0.0",
    "css-tree": "^3.2.1",
    "express": "^4.18.2",
    "openapi-types": "^12.1.3",
    "playwright-core": "1.58.1",
    "swagger-ui-express": "^5.0.1"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^25.2.3",
    "@types/swagger-ui-express": "^4.1.8",
    "jest": "^29.7.0",
    "jest-junit": "^17.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "optionalDependencies": {
    "argon2": "^0.41.1"
  }
}
