{
  "name": "pi-baton",
  "version": "0.7.3",
  "description": "Pi-native workflow baton runner with per-step model switching and isolated step context.",
  "type": "module",
  "engines": {
    "node": ">=22.6.0"
  },
  "license": "MIT",
  "author": "eiei114",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "workflow",
    "review-loop",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-baton.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-baton/issues"
  },
  "homepage": "https://github.com/eiei114/pi-baton#readme",
  "files": [
    "assets/",
    "extensions/",
    "lib/",
    "agents/",
    "workflows/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "ci": "npm run typecheck && npm test && npm run pack:check",
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "typebox": "latest",
    "@types/node": "^26.0.1",
    "typescript": "^6.0.3"
  }
}
