@lvce-editor/ripgrep
Version:
A module for using ripgrep in a Node project
29 lines (28 loc) • 585 B
JSON
{
"name": "@lvce-editor/ripgrep",
"version": "5.3.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"
}
}