20 lines
459 B
JSON
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"
|
|
}
|
|
}
|