{
  "name": "@getpipher/armory-fleet",
  "version": "0.12.5",
  "private": false,
  "description": "The armory suite's subagent orchestrator for the pi coding agent — a cross-harness, superpowers-native fleet where every agent is armory-native from birth.",
  "license": "MIT",
  "type": "module",
  "author": "RECTOR (https://github.com/rz1989s)",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "subagents",
    "ai-agents",
    "multi-agent",
    "orchestration",
    "agent-orchestration",
    "claude-code",
    "superpowers",
    "armory",
    "cross-harness"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getpipher/armory-fleet.git"
  },
  "homepage": "https://github.com/getpipher/armory-fleet#readme",
  "bugs": {
    "url": "https://github.com/getpipher/armory-fleet/issues"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "src",
    "agents",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "@earendil-works/pi-tui": "^0.81.1",
    "@earendil-works/pi-ai": "^0.81.1",
    "@getpipher/armory-todo": "^0.5.4",
    "@getpipher/armory-memory": "^0.1.1",
    "@getpipher/vision": "^0.5.2",
    "typebox": "^1.1.38",
    "yaml": "^2.5.0"
  },
  "devDependencies": {
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "@types/node": "^22.0.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test:run": "node --import tsx --test --test-timeout=30000 test/*.test.mts"
  }
}