{
  "name": "pi-agent-hub",
  "version": "1.2.0",
  "description": "Pi-native tmux hub for long-running coding-agent sessions, skills, and MCP",
  "main": "dist/src/index.js",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json && node scripts/link-cli.mjs",
    "test": "npm run build && node --test dist/test/*.test.js",
    "test:unit": "npm test",
    "prepack": "npm run build && node scripts/check-package.mjs",
    "package:check": "npm run build && node scripts/check-package.mjs && npm pack --dry-run"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "agent",
    "hub",
    "sessions",
    "subagents",
    "tmux",
    "cli",
    "tui",
    "dashboard",
    "mcp",
    "session-manager",
    "coding-agent"
  ],
  "author": "masta-g3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/masta-g3/pi-agent-hub.git"
  },
  "bugs": {
    "url": "https://github.com/masta-g3/pi-agent-hub/issues"
  },
  "homepage": "https://github.com/masta-g3/pi-agent-hub#readme",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@earendil-works/pi-tui": "^0.74.0",
    "@modelcontextprotocol/sdk": "^1.29.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^20.19.0",
    "typescript": "^6.0.3"
  },
  "bin": {
    "pi-agent-hub": "dist/cli.js",
    "pi-hub": "dist/cli.js"
  },
  "files": [
    "dist/src",
    "dist/cli.js",
    "README.md",
    "docs/*.md",
    "assets/*.png"
  ],
  "pi": {
    "extensions": [
      "dist/src/extension/index.js"
    ]
  },
  "types": "dist/src/index.d.ts"
}
