UNPKG

@testcontainers/weaviate

Version:
38 lines (37 loc) 883 B
{ "name": "@testcontainers/weaviate", "version": "11.5.1", "license": "MIT", "keywords": [ "weaviate", "testing", "docker", "testcontainers" ], "description": "Weaviate 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": { "weaviate-ts-client": "^2.2.0" }, "dependencies": { "testcontainers": "^11.5.1" } }