{
  "name": "pi-worktree-tui-status",
  "version": "0.2.0",
  "description": "TUI-only worktree and experiment status indicator for Pi; detects agent tool paths without managing them",
  "author": "Arpagon",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arpagon/pi-worktree-tui-status.git"
  },
  "homepage": "https://github.com/arpagon/pi-worktree-tui-status#readme",
  "bugs": {
    "url": "https://github.com/arpagon/pi-worktree-tui-status/issues"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "worktree",
    "experiment",
    "experiments",
    "tui",
    "status",
    "indicator",
    "git"
  ],
  "files": [
    "index.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "AGENTS.md"
  ],
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "pack:dry": "npm pack --dry-run",
    "validate": "npm run test && npm run typecheck && npm run pack:dry"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^22.15.3",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=22"
  },
  "readmeFilename": "README.md"
}
