git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
34 lines
666 B
JSON
34 lines
666 B
JSON
{
|
|
"name": "@ruvector/gnn-darwin-x64",
|
|
"version": "0.1.25",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "ruvector-gnn.darwin-x64.node",
|
|
"files": [
|
|
"ruvector-gnn.darwin-x64.node"
|
|
],
|
|
"description": "Graph Neural Network capabilities for Ruvector - darwin-x64 platform",
|
|
"keywords": [
|
|
"ruvector",
|
|
"gnn",
|
|
"graph-neural-network",
|
|
"napi-rs"
|
|
],
|
|
"author": "Ruvector Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
}
|
|
} |