git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
34 lines
721 B
JSON
34 lines
721 B
JSON
{
|
|
"name": "@ruvector/cluster",
|
|
"version": "0.1.0",
|
|
"description": "Distributed clustering and coordination for RuVector - auto-sharding, Raft consensus integration",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "cargo build --release",
|
|
"test": "cargo test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector"
|
|
},
|
|
"keywords": [
|
|
"cluster",
|
|
"distributed",
|
|
"sharding",
|
|
"raft",
|
|
"consensus",
|
|
"vector-database"
|
|
],
|
|
"author": "rUv",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ruvnet/ruvector/issues"
|
|
},
|
|
"homepage": "https://github.com/ruvnet/ruvector"
|
|
}
|