mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"name": "examples",
|
|
"version": "1.0.0",
|
|
"description": "Examples for LanceDB",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lance Devs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "file:../"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|