{ "name": "@medusajs/cache-inmemory", "version": "1.8.10", "description": "In-memory Cache Module for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/cache-inmemory" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "author": "Medusa", "license": "MIT", "devDependencies": { "@medusajs/types": "^1.11.6", "cross-env": "^5.2.1", "jest": "^29.7.0", "rimraf": "^5.0.1", "typescript": "^5.1.6" }, "scripts": { "watch": "tsc --build --watch", "prepublishOnly": "cross-env NODE_ENV=production tsc --build", "build": "rimraf dist && tsc --build", "test": "jest --passWithNoTests" }, "dependencies": { "@medusajs/modules-sdk": "^1.12.3" } }