{
  "name": "chrome-relay",
  "version": "0.8.2",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "chrome-relay": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "tsc -p tsconfig.json --noEmit",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run"
  },
  "description": "Your agent drives the Chrome you're signed into. Read pages, click buttons, fill forms from any shell. No robot browser, no cookie export, no focus stealing.",
  "keywords": [
    "chrome",
    "browser",
    "automation",
    "agents",
    "native-messaging"
  ],
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "diff": "^7.0.0",
    "fastify": "^5.3.2"
  },
  "devDependencies": {
    "@chrome-relay/protocol": "workspace:*",
    "@types/diff": "^7",
    "tsup": "^8.4.0",
    "vitest": "^3.0.0"
  }
}
