{
  "name": "@jalco/pi-herdr-worktree",
  "version": "0.1.1",
  "description": "Pi extension: git worktrees via Herdr's native worktree API, with project-level post-create/pre-remove hooks.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "herdr",
    "worktree",
    "git",
    "coding-agent"
  ],
  "author": "Justin Levine",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jal-co/pi-herdr-worktree.git"
  },
  "bugs": {
    "url": "https://github.com/jal-co/pi-herdr-worktree/issues"
  },
  "homepage": "https://github.com/jal-co/pi-herdr-worktree#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tegami": "node scripts/tegami.mts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "tegami": "1.2.6"
  }
}
