Files
medusa-store/packages/modules/cache-redis/package.json
github-actions[bot] 229fc6f8fd chore: Version Packages (#14331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-06 16:21:52 +01:00

40 lines
894 B
JSON

{
"name": "@medusajs/cache-redis",
"version": "2.12.4",
"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.4"
},
"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.4"
}
}