UNPKG

@testcontainers/redis

Version:
39 lines (38 loc) 895 B
{ "name": "@testcontainers/redis", "version": "10.24.2", "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": { "@types/redis": "^4.0.11", "redis": "^4.6.15" }, "dependencies": { "testcontainers": "^10.24.2" } }