{
  "name": "@testcontainers/redis",
  "version": "12.0.1",
  "license": "MIT",
  "keywords": [
    "redis",
    "testing",
    "docker",
    "testcontainers"
  ],
  "description": "Redis 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": {
    "redis": "^5.12.1"
  },
  "dependencies": {
    "testcontainers": "^12.0.1"
  }
}
