File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @mcpc-tech/ripgrep-napi" ,
3- "version" : " 0.0.3 " ,
4- "description" : " Template project for writing node package with napi-rs " ,
3+ "version" : " 0.0.4 " ,
4+ "description" : " Fast text search library powered by Rust ripgrep, providing Node.js bindings via NAPI-RS " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "browser" : " browser.js" ,
88 "repository" : {
9- "url" : " git+ssh ://git@ github.com/napi-rs /ripgrep-napi-pnpm .git" ,
9+ "url" : " git+https ://github.com/yaonyan /ripgrep-napi.git" ,
1010 "type" : " git"
1111 },
1212 "license" : " MIT" ,
1313 "keywords" : [
14+ " ripgrep" ,
15+ " search" ,
16+ " grep" ,
17+ " text-search" ,
18+ " file-search" ,
19+ " regex" ,
20+ " rust" ,
1421 " napi-rs" ,
1522 " NAPI" ,
1623 " N-API" ,
17- " Rust" ,
18- " node-addon" ,
19- " node-addon-api"
24+ " node-addon"
2025 ],
2126 "files" : [
2227 " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments