{
  "name": "@maxedapps/pi-subagents",
  "version": "0.1.2",
  "description": "Standalone Pi extension for headless scout/research/worker subagents",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "subagents"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxedapps/pi-subagents.git"
  },
  "homepage": "https://github.com/maxedapps/pi-subagents#readme",
  "bugs": {
    "url": "https://github.com/maxedapps/pi-subagents/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/*.test.ts",
    "check": "npm run typecheck && npm test",
    "prepublishOnly": "npm run check"
  },
  "pi": {
    "extensions": [
      "./extensions/subagents/index.ts"
    ]
  },
  "files": [
    "agents/",
    "extensions/",
    "src/",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.81.1",
    "@earendil-works/pi-coding-agent": "0.81.1",
    "@earendil-works/pi-tui": "0.81.1",
    "@types/node": "24.12.0",
    "tsx": "4.23.1",
    "typebox": "1.1.38",
    "typescript": "5.9.3"
  }
}
