UNPKG

@testcontainers/redpanda

Version:
40 lines (39 loc) 947 B
{ "name": "@testcontainers/redpanda", "version": "11.0.3", "license": "MIT", "keywords": [ "redpanda", "testing", "docker", "testcontainers" ], "description": "Redpanda 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", "postpack": "shx cp -r src/assets build/" }, "dependencies": { "handlebars": "^4.7.8", "testcontainers": "^11.0.3" }, "devDependencies": { "kafkajs": "^2.2.4" } }