{
  "name": "@examples/work-item-plugin",
  "version": "0.0.0-example",
  "private": true,
  "description": "Canonical example plugin for pi-steering (ADR \u00a715).",
  "type": "module",
  "peerDependencies": {
    "@cad0p/pi-steering": "workspace:*"
  },
  "devDependencies": {
    "@cad0p/pi-steering": "workspace:*",
    "@cad0p/unbash-walker": "^0.1.0"
  },
  "scripts": {
    "pretest": "pnpm --filter @cad0p/pi-steering run clean && pnpm --filter @cad0p/pi-steering run build",
    "test": "node --test --experimental-strip-types 'src/**/*.test.ts'",
    "typecheck": "tsc --noEmit"
  }
}
