{
  "name": "bladebro",
  "version": "3.9.6",
  "description": "Stealthy and efficient agentic browser driver for AI agents. Few tools, full control, real stealth, max token efficiency.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/dondai44423/bladebro"
  },
  "homepage": "https://github.com/dondai44423/bladebro#readme",
  "bugs": {
    "url": "https://github.com/dondai44423/bladebro/issues"
  },
  "keywords": [
    "pi-package",
    "browser",
    "automation",
    "agent",
    "ai",
    "mcp",
    "cdp",
    "chrome",
    "stealth",
    "scraper",
    "puppeteer",
    "playwright"
  ],
  "pi": {
    "extensions": [
      "./pi-extension.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "bin": {
    "bladebro": "bin.js"
  },
  "files": [
    "bin.js",
    "pi-extension.ts",
    "README.md",
    "LICENSE"
  ],
  "optionalDependencies": {
    "bladebro-linux-x64": "3.9.6",
    "bladebro-linux-arm64": "3.9.6",
    "bladebro-darwin-x64": "3.9.6",
    "bladebro-darwin-arm64": "3.9.6",
    "bladebro-windows-x64": "3.9.6"
  },
  "engines": {
    "node": ">=14"
  }
}
