{
  "name": "@akuzmenko/rgk",
  "version": "0.2.2",
  "description": "ripgrep with an LLM-powered --keep post-filter",
  "keywords": [
    "codex",
    "llm",
    "pi-package",
    "rg",
    "ripgrep",
    "search"
  ],
  "homepage": "https://github.com/default-anton/rgk#readme",
  "bugs": {
    "url": "https://github.com/default-anton/rgk/issues"
  },
  "license": "MIT",
  "author": "Anton Kuzmenko <hotk@hey.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/default-anton/rgk.git"
  },
  "bin": {
    "rgk": "bin/rgk.js"
  },
  "files": [
    "bin",
    "dist",
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint . --deny-warnings",
    "test": "pnpm run build && node --test test/*.test.mjs",
    "verify": "pnpm run format:check && pnpm run lint && pnpm run check && pnpm run test",
    "pack:check": "pnpm run clean && npm pack --dry-run",
    "prepack": "pnpm run build",
    "prepublishOnly": "pnpm run verify"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "oxfmt": "^0.48.0",
    "oxlint": "^1.63.0",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "packageManager": "pnpm@10.33.0",
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
