@hokify/node-ts-cache-lru-redis-storage
Version:
Simple and extensible caching module supporting decorators
61 lines (60 loc) • 1.31 kB
JSON
{
"name": "@hokify/node-ts-cache-lru-redis-storage",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"description": "Simple and extensible caching module supporting decorators",
"main": "dist/index.js",
"scripts": {
"test": "mocha --loader=ts-node/esm test/**/*.test.ts",
"build": "tsc -p .",
"prepublishOnly": "tsc -p .",
"clean": "git clean -fdx src",
"dev": "tsc -p . -w"
},
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hokify/node-ts-cache.git"
},
"keywords": [
"node",
"nodejs",
"cache",
"typescript",
"ts",
"caching",
"memcache",
"memory-cache",
"redis-cache",
"redis",
"cache",
"file-cache",
"node-cache",
"ts-cache"
],
"files": [
"dist"
],
"author": "Simon Tretter <s.tretter@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hokify/node-ts-cache/issues"
},
"homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru-redis#readme",
"dependencies": {
"@hokify/node-ts-cache": "^6.0.1",
"ioredis": "^5.3.2",
"lru-cache": "^6.0.0"
},
"devDependencies": {
"@types/lru-cache": "^5.1.1",
"ioredis-mock": "^8.9.0"
},
"gitHead": "53edd912e110db5217e228c3ec45a69d424afc9b"
}