{
  "name": "@4fu/pi-subagent",
  "version": "0.1.11",
  "description": "Durable, low-noise background subagents for Pi",
  "license": "MIT",
  "author": "4fuu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/4fuu/pi-subagent.git"
  },
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "subagent"
  ],
  "files": [
    "src",
    "roles",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run typecheck && node --import tsx --test tests/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.1 <1",
    "@earendil-works/pi-coding-agent": ">=0.84.1 <1",
    "@earendil-works/pi-tui": ">=0.84.1 <1",
    "typebox": ">=1.3.11 <2"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "@types/node": "^24.0.0",
    "typebox": "^1.3.11",
    "tsx": "^4.20.0",
    "typescript": "^5.9.0"
  },
  "dependencies": {
    "@4fu/pi-task-coordinator": "0.2.1",
    "@4fu/pi-tasks": "0.1.2",
    "jiti": "2.7.0"
  }
}
