Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
50
npm/packages/graph-wasm/package.json
Normal file
50
npm/packages/graph-wasm/package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "@ruvector/graph-wasm",
|
||||
"version": "2.0.2",
|
||||
"type": "module",
|
||||
"description": "Neo4j-compatible hypergraph database in WebAssembly - Cypher queries, SIMD optimization, knowledge graphs",
|
||||
"main": "ruvector_graph_wasm.js",
|
||||
"types": "ruvector_graph_wasm.d.ts",
|
||||
"module": "ruvector_graph_wasm.js",
|
||||
"sideEffects": [
|
||||
"./snippets/*"
|
||||
],
|
||||
"keywords": [
|
||||
"graph-database",
|
||||
"neo4j",
|
||||
"cypher",
|
||||
"hypergraph",
|
||||
"wasm",
|
||||
"webassembly",
|
||||
"vector-database",
|
||||
"knowledge-graph",
|
||||
"property-graph",
|
||||
"graph-query",
|
||||
"embeddings",
|
||||
"ai",
|
||||
"machine-learning",
|
||||
"rag",
|
||||
"rust",
|
||||
"browser"
|
||||
],
|
||||
"author": "RuVector Team",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ruvnet/ruvector.git",
|
||||
"directory": "crates/ruvector-graph-wasm"
|
||||
},
|
||||
"homepage": "https://github.com/ruvnet/ruvector#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ruvnet/ruvector/issues"
|
||||
},
|
||||
"files": [
|
||||
"ruvector_graph_wasm_bg.wasm",
|
||||
"ruvector_graph_wasm.js",
|
||||
"ruvector_graph_wasm.d.ts",
|
||||
"README.md"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user