mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
Use Napi to write a Node.js SDK that follows Polars for better maintainability, while keeping most of the logic in Rust.
18 lines
266 B
JSON
18 lines
266 B
JSON
{
|
|
"name": "vectordb-darwin-arm64",
|
|
"version": "0.4.3",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "vectordb.darwin-arm64.node",
|
|
"files": [
|
|
"vectordb.darwin-arm64.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
} |