{
  "name": "@cursor/ripgrep",
  "version": "15.1.0-cursor4",
  "description": "A module for using ripgrep in a Node project - Cursor fork using official ripgrep releases",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/anysphere/cursor"
  },
  "scripts": {
    "postinstall": "node ./lib/postinstall.js"
  },
  "author": "Rob Lourens",
  "license": "MIT",
  "dependencies": {
    "https-proxy-agent": "^7.0.2",
    "yauzl": "^2.9.2",
    "proxy-from-env": "^1.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.8.4"
  }
}
