mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"name": "lancedb",
|
|
"version": "0.0.1",
|
|
"author": "lance devs <dev@eto.ai>",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eto-ai/lancedb.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/eto-ai/lancedb/issues"
|
|
},
|
|
"homepage": "https://github.com/eto-ai/lancedb#readme",
|
|
"description": ""
|
|
}
|