recacheman-redis
Version:
Redis standalone caching library for Node.JS and also cache engine for Cacheman
39 lines (38 loc) • 920 B
JSON
{
"name": "recacheman-redis",
"version": "4.2.0",
"description": "Redis standalone caching library for Node.JS and also cache engine for Cacheman",
"author": "Jonathan Brumley <cayasso@gmail.com>",
"contributors": [
"M Abd Aziz Alfian <aalfiann@gmail.com>"
],
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "npm run test:typescript && c8 --reporter=html --reporter=text --reporter=text-summary mocha --exit",
"test:typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git://github.com/aalfiann/recacheman-redis.git"
},
"keywords": [
"cache",
"redis",
"caching",
"store",
"ttl",
"cacheman"
],
"license": "MIT",
"dependencies": {
"p-limit": "^3.1.0",
"redis": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.15.18",
"c8": "^10.1.3",
"mocha": "^11.2.2",
"tsd": "^0.32.0"
}
}