{
  "name": "@gotgenes/pi-subagents-worktrees",
  "version": "0.3.1",
  "description": "Git worktree isolation for @gotgenes/pi-subagents — a WorkspaceProvider that runs subagents in isolated worktrees.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "coding-agent",
    "subagents",
    "worktree",
    "git",
    "isolation"
  ],
  "author": {
    "name": "Chris Lasher"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gotgenes/pi-packages.git",
    "directory": "packages/pi-subagents-worktrees"
  },
  "bugs": {
    "url": "https://github.com/gotgenes/pi-packages/issues"
  },
  "homepage": "https://github.com/gotgenes/pi-packages/tree/main/packages/pi-subagents-worktrees#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "imports": {
    "#src/*": "./src/*",
    "#test/*": "./test/*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.75.0",
    "@gotgenes/pi-subagents": ">=16.4.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@earendil-works/pi-coding-agent": "0.79.1",
    "@gotgenes/pi-subagents": "^16.4.0",
    "@types/node": "^22.15.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "biome check . && eslint .",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}