{
  "name": "hive-agent",
  "version": "0.5.5",
  "description": "Hive — Lightweight Feature Tracker for AI Coding Agents. Built on Pi.",
  "type": "module",
  "keywords": [
    "pi-package",
    "ai",
    "agent",
    "coding",
    "hive",
    "worktree",
    "features"
  ],
  "license": "MIT",
  "bin": {
    "hive": "./bin/hive.mjs"
  },
  "scripts": {
    "check": "tsc --noEmit"
  },
  "pi": {
    "extensions": ["extensions/hive"],
    "skills": ["skills"],
    "prompts": ["prompts"]
  },
  "dependencies": {
    "@mariozechner/pi-coding-agent": "latest",
    "@mariozechner/pi-ai": "latest",
    "@mariozechner/pi-tui": "latest",
    "@sinclair/typebox": "^0.34.0",
    "jiti": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
