{
  "name": "@lvce-editor/ripgrep",
  "version": "5.2.0",
  "description": "A module for using ripgrep in a Node project",
  "main": "src/index.js",
  "typings": "src/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/lvce-editor/ripgrep"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "format": "prettier --write ."
  },
  "keywords": [
    "lvce-editor",
    "ripgrep"
  ],
  "author": "Lvce Editor",
  "license": "MIT",
  "dependencies": {
    "@vscode/ripgrep": "1.18.0"
  },
  "engines": {
    "node": ">=22"
  }
}
