{
  "name": "relay-companion",
  "version": "0.1.43",
  "description": "Relay companion: connects local coding agents to Relay tasks, approvals, and connector tools.",
  "type": "module",
  "bin": {
    "relay": "bin/relay.js"
  },
  "main": "bin/relay.js",
  "scripts": {
    "mcp": "node src/mcp.js",
    "daemon": "node src/task-daemon.js",
    "postinstall": "node src/postinstall.js",
    "test": "node --test test/*.test.mjs"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.195",
    "@modelcontextprotocol/sdk": "^1.0.4",
    "electron": "^32.0.0",
    "ws": "^8.21.0"
  },
  "files": [
    "bin",
    "src",
    "overlay"
  ]
}
