add js package

This commit is contained in:
Chang She
2023-03-17 19:15:05 -07:00
parent 7eb56eccb7
commit 8800c0129f
2 changed files with 19 additions and 0 deletions

19
js/package.json Normal file
View 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": ""
}