@medusajs/cache-inmemory
Version:
In-memory Cache Module for Medusa
42 lines (41 loc) • 920 B
JSON
{
"name": "@medusajs/cache-inmemory",
"version": "2.8.6",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/modules/cache-inmemory"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"!dist/**/__tests__",
"!dist/**/__mocks__",
"!dist/**/__fixtures__"
],
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.6.2"
},
"scripts": {
"watch": "tsc --build --watch",
"build": "rimraf dist && tsc --build",
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6"
}
}