{
  "name": "pi-lean-grep",
  "version": "0.1.0",
  "description": "A lightweight upgrade for pi’s built-in grep. Fewer noisy results, lower token burn, and a cleaner path from search to read.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RunMintOn/pi-lean-grep.git"
  },
  "homepage": "https://github.com/RunMintOn/pi-lean-grep#readme",
  "bugs": {
    "url": "https://github.com/RunMintOn/pi-lean-grep/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "grep",
    "search",
    "token-optimization",
    "context-optimization",
    "developer-tools",
    "agent-tools",
    "llm-tools",
    "productivity"
  ],
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "node --test"
  },
  "files": [
    "pi-lean-grep",
    "README.md",
    "README-Zh.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./pi-lean-grep/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/RunMintOn/pi-lean-grep/main/product-image.png"
  }
}
