{
  "name": "@pa1nd/horse-browser",
  "version": "0.8.9",
  "publishConfig": {
    "access": "public"
  },
  "description": "A dedicated, focus-safe browser for AI agents: per-session colored tab groups, a live monitor wall, and a browser-harness drop-in launcher. Log in once \u2014 every agent inherits the session, and none of them steals your focus.",
  "bin": {
    "horse-browser": "bin/horse-browser"
  },
  "files": [
    "bin",
    "extension",
    "integrations",
    "agent-helpers.py",
    "agent-input.py",
    "scripts",
    "install.sh",
    "claude-md.sh",
    "SKILL.md"
  ],
  "scripts": {
    "postinstall": "bash scripts/postinstall.sh"
  },
  "dependencies": {
    "@puppeteer/browsers": "^3.0.6"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin"
  ],
  "license": "MIT",
  "author": "pA1nD",
  "homepage": "https://github.com/pA1nD/horse-browser#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pA1nD/horse-browser.git"
  },
  "bugs": {
    "url": "https://github.com/pA1nD/horse-browser/issues"
  },
  "keywords": [
    "browser",
    "cdp",
    "chrome-devtools",
    "ai-agents",
    "browser-automation",
    "browser-harness",
    "puppeteer",
    "tab-groups",
    "macos"
  ]
}
