mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-23 05:19:58 +00:00
add js package
This commit is contained in:
19
js/package.json
Normal file
19
js/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user