UNPKG

ioredis-cache

Version:

A promise-based cache package for Nodejs using IORedis

46 lines (45 loc) 1.07 kB
{ "name": "ioredis-cache", "version": "3.0.0", "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", "ioredis": "4 - 5", "ts-jest": "^26.4.0", "typescript": "^4.0.3" }, "peerDependencies": { "ioredis": "4 - 5" } }