git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
20 lines
359 B
JSON
20 lines
359 B
JSON
{
|
|
"name": "@ruvector/attention-win32-arm64-msvc",
|
|
"version": "0.1.0",
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "attention.win32-arm64-msvc.node",
|
|
"files": [
|
|
"attention.win32-arm64-msvc.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"repository": "https://github.com/ruvnet/ruvector"
|
|
}
|