15 lines
446 B
JSON
15 lines
446 B
JSON
{
|
|
"name": "@ruvector/diskann-win32-x64-msvc",
|
|
"version": "0.1.0",
|
|
"os": ["win32"],
|
|
"cpu": ["x64"],
|
|
|
|
"main": "ruvector-diskann.win32-x64-msvc.node",
|
|
"files": ["ruvector-diskann.win32-x64-msvc.node"],
|
|
"description": "DiskANN native bindings - win32-x64-msvc",
|
|
"license": "MIT",
|
|
"repository": {"type": "git", "url": "https://github.com/ruvnet/ruvector"},
|
|
"engines": {"node": ">= 18"},
|
|
"publishConfig": {"access": "public"}
|
|
}
|