mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
This will start publishing `@lancedb/lancedb` with the new nodejs package on our releases.
22 lines
309 B
JSON
22 lines
309 B
JSON
{
|
|
"name": "@lancedb/lancedb-linux-x64-gnu",
|
|
"version": "0.4.3",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "lancedb.linux-x64-gnu.node",
|
|
"files": [
|
|
"lancedb.linux-x64-gnu.node"
|
|
],
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
}
|