{
  "name": "pi-hash-anchored-edit",
  "version": "0.1.4",
  "type": "module",
  "description": "Hash-anchored read/edit replacement tools for Pi coding agent.",
  "scripts": {
    "test": "node --import @mariozechner/jiti/register --test test/*.test.ts"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Fadouse/pi-hash-anchored-edit/main/assets/hash-edit-preview.png"
  },
  "files": [
    "assets/",
    "index.ts",
    "prompts/",
    "src/"
  ],
  "dependencies": {
    "typebox": "^1.1.38"
  },
  "devDependencies": {
    "@mariozechner/jiti": "^2.6.5"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "hash-edit",
    "anchored-edit"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fadouse/pi-hash-anchored-edit.git"
  },
  "bugs": {
    "url": "https://github.com/Fadouse/pi-hash-anchored-edit/issues"
  },
  "homepage": "https://github.com/Fadouse/pi-hash-anchored-edit#readme"
}
