mirror of
https://github.com/Mintplex-Labs/chromadb-extended.git
synced 2026-07-01 20:44:00 -04:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@mintplex-labs/chromadb-extended",
|
|
"version": "1.0.2",
|
|
"description": "A chromadb NodeJS extended client that enables you to pass custom authorization headers and options to your chromaDB instance",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"lint": "prettier --write ./src",
|
|
"clean": "rimraf dist",
|
|
"build": "yarn clean && tsc -p tsconfig.json",
|
|
"test": "echo \"No tests specified\" && exit 1",
|
|
"deploy": "npm publish --access=public --dry-run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Mintplex-Labs/chromadb-extended.git"
|
|
},
|
|
"keywords": [
|
|
"chromadb",
|
|
"auth",
|
|
"fetch",
|
|
"nodejs",
|
|
"vectorstore",
|
|
"langchain"
|
|
],
|
|
"author": "Timothy Carambat (Mintplex Labs Inc)",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Mintplex-Labs/chromadb-extended/issues"
|
|
},
|
|
"homepage": "https://github.com/Mintplex-Labs/chromadb-extended#readme",
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^5.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"chromadb": "^1.5.2"
|
|
}
|
|
} |