Files
test-lancedb/package.json
2025-11-11 10:53:35 +08:00

20 lines
459 B
JSON

{
"name": "test-lancedb",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.19.0",
"type": "module",
"dependencies": {
"@kevisual/ai": "^0.0.11",
"@lancedb/lancedb": "^0.22.3",
"dotenv": "^17.2.3"
}
}