{
  "name": "mcp-chrome-bridge",
  "version": "1.0.15",
  "description": "Chrome Native-Messaging host (Node)",
  "author": "hangye",
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "@fastify/cors": "^11.0.1",
    "@modelcontextprotocol/sdk": "^1.11.0",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "fastify": "^5.3.2",
    "is-admin": "^4.0.0",
    "pino": "^9.6.0",
    "sudo-prompt": "^9.2.1",
    "uuid": "^11.1.0",
    "chrome-mcp-shared": "workspace:*"
  },
  "scripts": {
    "start": "node index.js"
  }
}