{
  "name": "@taylorsatula/pi-prepare",
  "version": "0.3.0",
  "description": "Read-only prepare mode for Pi with clarifying questions, structured plan approval, tracked execution, and clean-workspace implementation dossiers.",
  "keywords": ["pi-package"],
  "type": "module",
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "dependencies": {
    "openai": "^6.26.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "check": "tsc --noEmit"
  },
  "pi": {
    "extensions": ["./extensions/prepare/index.ts"]
  }
}

