{ "name": "@medusajs/cache-redis", "version": "2.12.5", "description": "Redis Cache Module for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/cache-redis" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "author": "Medusa", "license": "MIT", "devDependencies": { "@medusajs/framework": "2.12.5" }, "scripts": { "watch": "yarn run -T tsc --build --watch", "build": "yarn run -T rimraf dist && yarn run -T tsc --build", "test": "../../../node_modules/.bin/jest --passWithNoTests" }, "dependencies": { "ioredis": "^5.4.1" }, "peerDependencies": { "@medusajs/framework": "2.12.5" } }