{
  "name": "@lucascardozo/pi-edit-guard",
  "version": "0.15.0",
  "description": "Pi extension that wraps the native edit tool with indentation-drift recovery, uniqueness enforcement, and batch-aware error reporting. Fixes the most common LLM failure mode in code editing.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "edit",
    "guard",
    "indent",
    "ai",
    "coding-agent"
  ],
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/LucasIvanCardozo/pi-edit-guard.git"
  },
  "homepage": "https://github.com/LucasIvanCardozo/pi-edit-guard#readme",
  "bugs": {
    "url": "https://github.com/LucasIvanCardozo/pi-edit-guard/issues"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "scripts": {
    "test": "node --experimental-strip-types tests/run.ts",
    "test:watch": "node --watch --experimental-strip-types tests/run.ts",
    "test:e2e": "node --experimental-strip-types scripts/test-e2e.ts",
    "test:e2e:verbose": "node --experimental-strip-types scripts/test-e2e.ts --verbose",
    "typecheck": "tsc --noEmit --target es2022 --module esnext --moduleResolution bundler --allowImportingTsExtensions --skipLibCheck --strict index.ts src/**/*.ts",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write ."
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.3",
    "@earendil-works/pi-coding-agent": "*",
    "jiti": "^2.7.0",
    "typescript": "^5.0.0"
  },
  "packageManager": "pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621",
  "dependencies": {
    "diff": "^8.0.4"
  }
}
