{ "name": "@medusajs/caching", "version": "2.11.2", "description": "Caching Module for Medusa", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/caching" }, "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "publishConfig": { "access": "public" }, "author": "Medusa", "license": "MIT", "scripts": { "watch": "tsc --build --watch", "watch:test": "tsc --build tsconfig.spec.json --watch", "resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json", "build": "rimraf dist && tsc --build && npm run resolve:aliases", "test": "jest --passWithNoTests --runInBand --bail --forceExit -- src/", "test:integration": "jest --runInBand --forceExit -- integration-tests/__tests__/**/*.ts" }, "devDependencies": { "@medusajs/framework": "2.11.2", "@medusajs/test-utils": "2.11.2", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", "rimraf": "^5.0.1", "tsc-alias": "^1.8.7", "typescript": "^5.6.2" }, "peerDependencies": { "@medusajs/framework": "2.11.2", "awilix": "^8.0.1" }, "dependencies": { "fast-json-stable-stringify": "^2.1.0", "node-cache": "^5.1.2", "xxhash-wasm": "^1.1.0" } }