{
  "name": "@capyup/pi-jobs",
  "version": "0.3.0",
  "type": "module",
  "description": "Supervised job runtime extension for pi with isolated workers, audit artifacts, and retry-aware orchestration.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "jobs",
    "supervised-jobs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/capyup/pi-jobs"
  },
  "author": "capyup",
  "license": "MIT",
  "files": [
    "extensions",
    "docs",
    "scripts",
    "README.md",
    "CHANGELOG.md",
    "tsconfig.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "node --test tests/jobs/*.mjs",
    "smoke": "bash scripts/jobs-audit-smoke.sh",
    "experiments": "npx tsx experiments/run-all.ts",
    "experiments:dry": "npx tsx experiments/run-all.ts --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/jobs"
    ]
  }
}
