{
  "name": "pi-mpc",
  "version": "1.0.0",
  "description": "MPC (Mental Preview & Correction) extension for pi coding agent — rehearse and verify before any code is written",
  "type": "module",
  "license": "MIT",
  "author": "ShawnRong",
  "keywords": [
    "pi-package",
    "pi-extension",
    "mpc",
    "plan-mode",
    "dry-run",
    "coding-agent",
    "verification"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShawnRong/pi-mpc.git"
  },
  "homepage": "https://github.com/ShawnRong/pi-mpc#readme",
  "bugs": {
    "url": "https://github.com/ShawnRong/pi-mpc/issues"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "phases.ts",
    "persist.ts",
    "utils.ts",
    "README.md"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "latest",
    "@mariozechner/pi-tui": "latest",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "check": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
