{
  "name": "pi-spawnkit",
  "version": "0.2.1",
  "description": "Child Pi executable resolver and diagnostics for reliable Pi sub-process launches.",
  "type": "module",
  "license": "MIT",
  "author": "Eisuke Kawano",
  "keywords": [
    "pi-package",
    "pi",
    "typescript",
    "windows",
    "spawn",
    "subagent"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eiei114/pi-spawnkit"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-spawnkit/issues"
  },
  "homepage": "https://github.com/eiei114/pi-spawnkit#readme",
  "files": [
    "extensions/",
    "lib/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "ci": "npm run typecheck && npm test && npm run version:check && npm run pack:check",
    "pack:check": "npm pack --dry-run",
    "version:check": "node scripts/version-check.mjs"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "overrides": {
    "protobufjs": ">=7.6.3 <8.0.0"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.84.1",
    "@earendil-works/pi-ai": "^0.84.2",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.80.10",
    "@types/node": "^26.1.1",
    "semver": "^7.8.5",
    "typebox": "latest",
    "typescript": "^7.0.2",
    "yaml": "^2.9.0"
  }
}
