{
  "name": "pi-xplan",
  "version": "0.2.2",
  "description": "Planning and step-by-step implementation workflow extension for pi with lightweight mutation guards.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devnazim/pi-xplan.git"
  },
  "homepage": "https://github.com/devnazim/pi-xplan#readme",
  "bugs": {
    "url": "https://github.com/devnazim/pi-xplan/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "planning",
    "workflow"
  ],
  "files": [
    "src/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "tsconfig.json"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm test && npm run typecheck"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.5"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "typescript": "^7.0.2"
  }
}
