mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-24 22:09:58 +00:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "vectordb-example-js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lance Devs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"vectordb": "file:../.."
|
|
}
|
|
}
|