diff --git a/js/package.json b/js/package.json new file mode 100644 index 00000000..26b93f99 --- /dev/null +++ b/js/package.json @@ -0,0 +1,19 @@ +{ + "name": "lancedb", + "version": "0.0.1", + "author": "lance devs ", + "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": "" +} diff --git a/pyproject.toml b/python/pyproject.toml similarity index 100% rename from pyproject.toml rename to python/pyproject.toml