{
  "name": "@mporenta/pi-claude-code",
  "version": "0.2.5",
  "description": "Pi extension that runs Claude Code headlessly through an agent-safe CLI runner with a no-silent-hang guarantee (wall-clock + stall watchdogs, process-group kill, guaranteed completion hook), injects a completion hook back into Pi, and bundles a delegation skill.",
  "license": "MIT",
  "author": "Mike Porenta",
  "type": "module",
  "engines": {
    "node": ">=20.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mporenta/pi-dev.git",
    "directory": "extensions/claude-code"
  },
  "bugs": {
    "url": "https://github.com/mporenta/pi-dev/issues"
  },
  "homepage": "https://github.com/mporenta/pi-dev/tree/main/extensions/claude-code#readme",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "claude-code",
    "claude",
    "headless",
    "agent-orchestration"
  ],
  "files": [
    "index.ts",
    "scripts/",
    "skills/",
    "references/",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bash scripts/claude_cli_runner_regression.sh && node --test scripts/index_safety.test.ts",
    "pack:dry-run": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-agent-core": { "optional": true },
    "@earendil-works/pi-ai": { "optional": true },
    "@earendil-works/pi-coding-agent": { "optional": true },
    "@earendil-works/pi-tui": { "optional": true },
    "typebox": { "optional": true }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/node": "^22.0.0",
    "typebox": "^1.3.6",
    "typescript": "^5.6.0"
  }
}
