mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
21 lines
550 B
JSON
21 lines
550 B
JSON
{
|
|
"name": "lancedb-docs-test",
|
|
"version": "1.0.0",
|
|
"description": "auto-generated tests from doc",
|
|
"author": "dev@lancedb.com",
|
|
"license": "Apache 2",
|
|
"dependencies": {
|
|
"apache-arrow": "file:../node/node_modules/apache-arrow",
|
|
"vectordb": "file:../node"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b && cd ../node && npm run build-release",
|
|
"example": "npm run build && node",
|
|
"test": "npm run build && ls dist/*.js | xargs -n 1 node"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.8",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|