{
  "name": "@pi9/subagent",
  "version": "0.9.0",
  "description": "Asynchronous, resumable, and recursive subagent conversations for Pi with exact-run retrieval and live progress.",
  "license": "MIT",
  "author": "Chase Cummings <chaseecummings@gmail.com>",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Chase-C/pi9.git",
    "directory": "packages/subagent"
  },
  "bugs": {
    "url": "https://github.com/Chase-C/pi9/issues"
  },
  "homepage": "https://github.com/Chase-C/pi9/tree/main/packages/subagent#readme",
  "files": [
    "src",
    "media",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "pi9",
    "subagent"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "sample:ids": "node scripts/sample-ids.mjs",
    "sort:identifier-words": "node scripts/sort-identifier-word-lists.mjs",
    "release": "node ../../scripts/release.mjs subagent",
    "release:patch": "node ../../scripts/release.mjs subagent patch",
    "release:minor": "node ../../scripts/release.mjs subagent minor",
    "release:major": "node ../../scripts/release.mjs subagent major",
    "prepublishOnly": "npm run typecheck && npm test"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [],
    "prompts": []
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@earendil-works/pi-tui": "^0.82.1",
    "typebox": "^1.1.38",
    "typescript": "~6.0.3",
    "vitest": "^4.1.6"
  }
}
