{
  "name": "@mcuste/pi-herdr-worktree",
  "version": "0.1.3",
  "description": "Herdr Git worktree workspaces as one safe, model-callable tool for the Pi and Oh My Pi coding agents",
  "keywords": [
    "pi-package",
    "pi",
    "oh-my-pi",
    "omp",
    "extension",
    "herdr",
    "worktree",
    "git-worktree",
    "workspace",
    "terminal-multiplexer"
  ],
  "license": "MIT",
  "author": "mcuste",
  "homepage": "https://github.com/mcuste/pi-herdr-worktree#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcuste/pi-herdr-worktree.git"
  },
  "bugs": {
    "url": "https://github.com/mcuste/pi-herdr-worktree/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.9",
    "@types/node": "^26.2.0",
    "knip": "6.32.2",
    "publint": "0.3.23",
    "typebox": "^1.3.15",
    "typescript": "^7.0.2"
  },
  "knip": {
    "entry": [
      "test/**/*.test.mjs",
      "test/**/*.e2e.mjs",
      "scripts/*.mjs"
    ],
    "project": [
      "src/**/*.ts",
      "test/**/*.mjs",
      "scripts/*.mjs"
    ]
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "video": "https://cdn.jsdelivr.net/gh/mcuste/pi-herdr-worktree@main/docs/demo/pi-worktree-demo.mp4",
    "image": "https://cdn.jsdelivr.net/gh/mcuste/pi-herdr-worktree@main/docs/demo/pi-worktree-preview.png"
  },
  "omp": {
    "extensions": [
      "./src/index.ts"
    ],
    "video": "https://cdn.jsdelivr.net/gh/mcuste/pi-herdr-worktree@main/docs/demo/pi-worktree-demo.mp4",
    "image": "https://cdn.jsdelivr.net/gh/mcuste/pi-herdr-worktree@main/docs/demo/pi-worktree-preview.png"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "check": "pnpm quality && pnpm package:check && pnpm test && pnpm test:integration && pnpm deadcode && pnpm security",
    "deadcode": "knip",
    "fix": "biome check --write .",
    "format": "biome format --write .",
    "lint": "biome lint .",
    "package:check": "pnpm build && publint",
    "quality": "biome check .",
    "release": "node scripts/release.mjs",
    "security": "pnpm audit --audit-level high",
    "test": "pnpm build && node --test test/*.test.mjs",
    "test:integration": "pnpm build && node --test test/*.e2e.mjs"
  }
}