{
  "name": "pi-worker",
  "version": "0.2.0",
  "description": "Run exact Pi models as bounded workers for coding agents.",
  "license": "MIT",
  "author": "Mehmet Aras (https://github.com/arasovic)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arasovic/pi-worker.git"
  },
  "homepage": "https://github.com/arasovic/pi-worker#readme",
  "bugs": {
    "url": "https://github.com/arasovic/pi-worker/issues"
  },
  "keywords": [
    "ai-agent",
    "coding-agent",
    "pi",
    "subagent"
  ],
  "type": "module",
  "engines": {
    "node": ">=22.20.0"
  },
  "bin": {
    "pi-worker": "npm/bin/pi-worker.mjs"
  },
  "files": [
    "npm/bin/",
    "npm/generated/",
    "npm/lib/",
    "npm/native/",
    "npm/scripts/postinstall.mjs",
    "skills/pi-worker/",
    "README.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES"
  ],
  "dependencies": {
    "skills": "1.5.22"
  },
  "scripts": {
    "postinstall": "node npm/scripts/postinstall.mjs",
    "stage": "node npm/scripts/stage-package.mjs",
    "test": "node --test npm/test/*.test.mjs",
    "check:rules": "node npm/scripts/extract-skills-rules.mjs --check npm/generated/skills-rules.json",
    "check:notices": "go run ./tools/notices --check THIRD_PARTY_NOTICES",
    "check:hygiene": "node npm/scripts/check-hygiene.mjs",
    "notices:check": "npm run check:notices",
    "skills-rules:check": "npm run check:rules",
    "verify": "npm test && npm run check:rules && npm run check:notices && npm run check:hygiene",
    "prepack": "npm run check:notices && npm run check:rules && npm run check:hygiene"
  }
}
