tasq/node_modules/@ruvector/gnn/npm/linux-x64-gnu/package.json

37 lines
706 B
JSON

{
"name": "@ruvector/gnn-linux-x64-gnu",
"version": "0.1.23",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "ruvector-gnn.linux-x64-gnu.node",
"files": [
"ruvector-gnn.linux-x64-gnu.node"
],
"description": "Graph Neural Network capabilities for Ruvector - linux-x64-gnu 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"
},
"libc": [
"glibc"
]
}