{
  "name": "@oipsanthony/pi-fork-with-herdr",
  "version": "0.1.3",
  "description": "Fork the active Pi session branch into a new Herdr tab.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OiAnthony/pi-extensions.git",
    "directory": "packages/pi-fork-with-herdr"
  },
  "bugs": {
    "url": "https://github.com/OiAnthony/pi-extensions/issues"
  },
  "homepage": "https://github.com/OiAnthony/pi-extensions/tree/main/packages/pi-fork-with-herdr#readme",
  "author": "Anthony",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "fork",
    "session",
    "herdr"
  ],
  "files": [
    "LICENSE",
    "extensions/fork.ts",
    "extensions/herdr.ts",
    "extensions/index.ts",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "test": "bun test extensions/index.test.ts",
    "typecheck": "tsc --noEmit --project tsconfig.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/bun": "1.3.14"
  },
  "pi": {
    "extensions": [
      "extensions/index.ts"
    ]
  }
}
