{
  "name": "@fradser/pi-agent-teams",
  "version": "0.9.2",
  "description": "Multi-agent team system for Pi — resident teammates, shared task board, and peer-to-peer messaging",
  "keywords": [
    "pi-package",
    "teammates",
    "openai",
    "workspace-agents",
    "agents",
    "multi-agent",
    "team",
    "orchestration"
  ],
  "author": "Frad LEE <fradser@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FradSer/pi-packages.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "src",
    "references",
    ".memory",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "@fradser/pi-kit": "0.5.1"
  }
}