{
  "name": "pi-hashline-readmap",
  "version": "0.8.14",
  "description": "Unified pi extension: hash-anchored read/edit/grep, structural code maps, AST-grep, file exploration (ls/find), and bash output compression",
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "hashline",
    "code-map",
    "ast-grep"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coctostan/pi-hashline-readmap.git"
  },
  "author": "Maxwell Newman",
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src/",
    "prompts/",
    "scripts/gdscript_outline.py",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@ast-grep/cli": "0.42.2",
    "diff": "^8.0.3",
    "ignore": "^7.0.5",
    "nushell": "0.108.0",
    "picomatch": "^4.0.4",
    "tree-sitter-wasms": "0.1.13",
    "ts-morph": "^27.0.2",
    "web-tree-sitter": "0.25.10",
    "xxhash-wasm": "^1.1.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "@sinclair/typebox": "^0.34.48",
    "@types/node": "^25.5.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "bugs": {
    "url": "https://github.com/coctostan/pi-hashline-readmap/issues"
  },
  "homepage": "https://github.com/coctostan/pi-hashline-readmap#readme"
}
