{
  "name": "pi-agents",
  "description": "A generic framework for agent orchestration in pi.",
  "version": "0.2.1",
  "type": "module",
  "files": [
    "src",
    "README.md"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "coding-agent",
    "agent-orchestration"
  ],
  "author": "Tenzir",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mavam/pi-agents.git"
  },
  "homepage": "https://github.com/mavam/pi-agents#readme",
  "bugs": {
    "url": "https://github.com/mavam/pi-agents/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "format": "bunx @biomejs/biome format --write src tests",
    "format:check": "bunx @biomejs/biome format src tests",
    "lint": "bunx @biomejs/biome lint src tests",
    "lint:fix": "bunx @biomejs/biome lint --write src tests",
    "biome:check": "bunx @biomejs/biome check src tests",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "check": "bun run typecheck && bun run test && bun run biome:check"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-agent-core": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "@types/node": "^24.3.0",
    "typebox": "^1.1.31",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./src"
    ]
  },
  "dependencies": {
    "beautiful-mermaid": "^1.1.3"
  }
}
