{
  "name": "@noice-tech/pi-work-context",
  "version": "2.1.0",
  "description": "Show session, Git, pull request, and CI context in every Pi terminal.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "git",
    "github",
    "pull-request",
    "ci",
    "terminal-title",
    "worktree"
  ],
  "files": [
    "extensions/work-context/index.ts",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noice-tech/noice-pi.git",
    "directory": "packages/work-context"
  },
  "homepage": "https://github.com/noice-tech/noice-pi/tree/main/packages/work-context#readme",
  "bugs": {
    "url": "https://github.com/noice-tech/noice-pi/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@earendil-works/pi-tui": "0.80.10",
    "@types/node": "22.20.1",
    "typescript": "6.0.3",
    "vitest": "4.1.10"
  },
  "pi": {
    "extensions": [
      "./extensions/work-context/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run && node ../../scripts/smoke-pack.mjs @noice-tech/pi-work-context packages/work-context"
  }
}