mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
I've been noticing a lot of friction with the current toolchain for '/nodejs'. Particularly with the usage of eslint and prettier. [Biome](https://biomejs.dev/) is an all in one formatter & linter that replaces the need for two different ones that can potentially clash with one another. I've been using it in the [nodejs-polars](https://github.com/pola-rs/nodejs-polars) repo for quite some time & have found it much more pleasant to work with. --- One other small change included in this PR: use [ts-jest](https://www.npmjs.com/package/ts-jest) so we can run our tests without having to rebuild typescript code first
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "@lancedb/lancedb-darwin-arm64",
|
|
"version": "0.4.20",
|
|
"os": ["darwin"],
|
|
"cpu": ["arm64"],
|
|
"main": "lancedb.darwin-arm64.node",
|
|
"files": ["lancedb.darwin-arm64.node"],
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|