ioredis-cache
Version:
A promise-based cache package for Nodejs using IORedis
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "ioredis-cache",
"version": "2.0.3",
"description": "A promise-based cache package for Nodejs using IORedis",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build:clean": "rm -rf dist",
"build": "npm run build:clean && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eluneevermore/ioredis-cache.git"
},
"keywords": [
"redis",
"cache",
"ioredis",
"store"
],
"author": "EluneEvermore",
"license": "ISC",
"bugs": {
"url": "https://github.com/eluneevermore/ioredis-cache/issues"
},
"homepage": "https://github.com/eluneevermore/ioredis-cache#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.14",
"babel-jest": "^26.3.0",
"jest": "^26.1.1",
"ts-jest": "^26.4.0",
"typescript": "^4.0.3"
},
"dependencies": {
"ioredis": "4 - 5"
}
}