Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
63
npm/packages/router/package.json
Normal file
63
npm/packages/router/package.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"name": "@ruvector/router",
|
||||
"version": "0.1.28",
|
||||
"description": "Semantic router for AI agents - vector-based intent matching with HNSW indexing and SIMD acceleration",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
|
||||
"homepage": "https://ruv.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ruvnet/ruvector.git",
|
||||
"directory": "npm/packages/router"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ruvnet/ruvector/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build:napi": "napi build --platform --release --cargo-cwd ../../../crates/ruvector-router-ffi",
|
||||
"test": "node test.js",
|
||||
"publish:platforms": "node scripts/publish-platforms.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.18.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ruvector/router-linux-x64-gnu": "0.1.27",
|
||||
"@ruvector/router-linux-arm64-gnu": "0.1.27",
|
||||
"@ruvector/router-darwin-x64": "0.1.27",
|
||||
"@ruvector/router-darwin-arm64": "0.1.27",
|
||||
"@ruvector/router-win32-x64-msvc": "0.1.27"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [
|
||||
"semantic-router",
|
||||
"intent-matching",
|
||||
"ai-routing",
|
||||
"agent-routing",
|
||||
"vector-search",
|
||||
"hnsw",
|
||||
"similarity-search",
|
||||
"embeddings",
|
||||
"llm",
|
||||
"native",
|
||||
"napi",
|
||||
"rust",
|
||||
"simd",
|
||||
"fast",
|
||||
"performance",
|
||||
"ruv",
|
||||
"ruvector"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user