mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-08 04:42:57 +00:00
The previous release failed to release nodejs because the nodejs version wasn't bumped. This should fix that.
19 lines
284 B
JSON
19 lines
284 B
JSON
{
|
|
"name": "@lancedb/lancedb-win32-x64-msvc",
|
|
"version": "0.4.14",
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "lancedb.win32-x64-msvc.node",
|
|
"files": [
|
|
"lancedb.win32-x64-msvc.node"
|
|
],
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|