{
  "name": "@cocorograph/hub-agent",
  "version": "0.7.37",
  "description": "Hub Hosted Cockpit のローカル常駐 agent。Hub と outbound WSS で接続し、ローカルの tmux/pty を中継する。",
  "type": "module",
  "license": "UNLICENSED",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "hub-agent": "bin/hub-agent.mjs"
  },
  "main": "src/main.mjs",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "start": "node bin/hub-agent.mjs start",
    "test": "node --test test/*.test.mjs",
    "postinstall": "node scripts/fix-node-pty-perms.mjs",
    "check:publish-on-main": "node scripts/check-publish-on-main.mjs",
    "prepublishOnly": "node scripts/check-publish-on-main.mjs && npm test"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/",
    "templates/",
    "plugins/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.158",
    "@lydell/node-pty": "1.2.0-beta.12",
    "commander": "^12.1.0",
    "pino": "^9.0.0",
    "ws": "^8.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cocorograph/D00000_hub-agent.git"
  },
  "homepage": "https://github.com/cocorograph/D00000_hub-agent#readme",
  "bugs": {
    "url": "https://github.com/cocorograph/D00000_hub-agent/issues"
  },
  "keywords": [
    "cockpit",
    "hub",
    "tmux",
    "remote",
    "agent",
    "cocorograph"
  ]
}
