mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
Currently getting a `npm ERR! code EINTEGRITY` on merge, need to fix asap. https://stackoverflow.com/questions/75905223/github-action-npm-install-give-code-eintegrity-integrity-checksum-failed
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "lancedb-docs-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"glob": "^10.2.7",
|
|
"path": "^0.12.7",
|
|
"vectordb": "https://gitpkg.now.sh/lancedb/lancedb/node?main"
|
|
}
|
|
}
|