@testcontainers/chromadb
Version:
ChromaDB module for Testcontainers
40 lines (39 loc) • 956 B
JSON
{
"name": "@testcontainers/chromadb",
"version": "11.11.0",
"license": "MIT",
"keywords": [
"chromadb",
"testing",
"docker",
"testcontainers"
],
"description": "ChromaDB module for Testcontainers",
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/testcontainers/testcontainers-node.git"
},
"bugs": {
"url": "https://github.com/testcontainers/testcontainers-node/issues"
},
"main": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@chroma-core/default-embed": "^0.1.9",
"@chroma-core/ollama": "^0.1.8",
"chromadb": "^3.1.8"
},
"dependencies": {
"testcontainers": "^11.11.0"
}
}