mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-19 23:35:21 -04:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "@llamaindex/semtools",
|
|
"version": "2.0.0",
|
|
"description": "Semantic search and document parsing tools for the command line (Rust-backed, npm-distributed)",
|
|
"license": "MIT",
|
|
"author": "LlamaIndex",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/run-llama/semtools.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/run-llama/semtools/issues"
|
|
},
|
|
"homepage": "https://github.com/run-llama/semtools#readme",
|
|
"bin": {
|
|
"parse": "cli/parse.js",
|
|
"search": "cli/search.js",
|
|
"workspace": "cli/workspace.js",
|
|
"ask": "cli/ask.js"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"install": "node scripts/install.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli/",
|
|
"scripts/",
|
|
"dist/",
|
|
"src/",
|
|
"Cargo.toml",
|
|
"Cargo.lock",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"llamaindex",
|
|
"semtools",
|
|
"semantic-search",
|
|
"document-parsing",
|
|
"cli",
|
|
"rust"
|
|
],
|
|
"dependencies": {
|
|
"tar": ">=6.2.1",
|
|
"unzipper": ">=0.10.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|