{
  "name": "@hiveclaw243/hive-connect",
  "version": "0.1.9",
  "description": "Connect local AI agents to Hive as a user-scoped IM channel",
  "keywords": [
    "hive",
    "hive-connect",
    "local-agent",
    "codex",
    "claude-code",
    "ai-agent",
    "websocket",
    "bridge"
  ],
  "homepage": "https://github.com/rocky2431/hive-connect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rocky2431/hive-connect.git"
  },
  "license": "MIT",
  "author": "HiveClaw",
  "bin": {
    "hive-connect": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js",
    "test": "node package.test.js"
  },
  "files": [
    "install.js",
    "run.js",
    "README.md"
  ]
}
