{
  "name": "pi-branch-out",
  "version": "0.1.3",
  "description": "Fork the current Pi session into a split terminal pane or new tab with rotating layout policies, and with optional model and message queuing",
  "keywords": ["pi-package", "pi", "pi-coding-agent"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w-winter/dot314.git",
    "directory": "packages/pi-branch-out"
  },
  "bugs": {
    "url": "https://github.com/w-winter/dot314/issues"
  },
  "homepage": "https://github.com/w-winter/dot314#readme",
  "pi": {
    "extensions": ["extensions/branch-out/index.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0"
  },
  "scripts": {
    "prepack": "node ../../scripts/pi-package-prepack.mjs"
  },
  "files": ["extensions/**", "README.md", "LICENSE", "THIRD-PARTY-NOTICES.md", "package.json"],
  "dot314Prepack": {
    "copy": [
      { "from": "../../extensions/branch-out/index.ts", "to": "extensions/branch-out/index.ts" },
      { "from": "../../extensions/branch-out/config.json.example", "to": "extensions/branch-out/config.json.example" },
      { "from": "../../LICENSE", "to": "LICENSE" }
    ]
  }
}
