{
  "name": "pi-branch-ask",
  "version": "0.1.0",
  "description": "Interactive ask tool for pi with branching questionnaire support",
  "type": "module",
  "keywords": ["pi-package", "pi", "pi-coding-agent", "extension"],
  "license": "MIT",
  "files": ["index.ts", "README.md", "LICENSE"],
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  }
}
