{
  "name": "pi-multi-profiles",
  "version": "0.1.6",
  "description": "Pi agent routing profiles with a self-contained subagent runtime.",
  "keywords": [
    "pi",
    "pi-package",
    "extension",
    "agent-profiles",
    "routing",
    "subagents"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gioryopool/pi-multi-profiles.git"
  },
  "bugs": {
    "url": "https://github.com/Gioryopool/pi-multi-profiles/issues"
  },
  "homepage": "https://github.com/Gioryopool/pi-multi-profiles#readme",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "license": "MIT",
  "main": "./index.ts",
  "files": [
    "index.ts",
    "src",
    "docs",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "verify:package": "node --input-type=module -e \"import { existsSync } from 'node:fs'; for (const f of ['index.ts','src','docs','README.md','LICENSE','THIRD_PARTY_NOTICES.md']) if(!existsSync(f)) throw new Error('missing '+f)\"",
    "pack:dry-run": "npm pack --dry-run",
    "check": "npm run typecheck && npm test && npm run verify:package"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@earendil-works/pi-tui": "0.84.2",
    "@types/node": "24.10.1",
    "typebox": "1.3.7",
    "typescript": "5.9.3",
    "vitest": "4.1.7"
  }
}
