{
  "name": "@testcontainers/redpanda",
  "version": "12.0.0",
  "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 . && shx cp -r src/assets build",
    "build": "tsc --project tsconfig.build.json"
  },
  "dependencies": {
    "handlebars": "^4.7.9",
    "testcontainers": "^12.0.0"
  },
  "devDependencies": {
    "@confluentinc/kafka-javascript": "^1.9.0"
  }
}
