UNPKG

redis-expiry

Version:

Use redis to expire your keys and handling the value

66 lines (65 loc) 1.61 kB
{ "name": "redis-expiry", "version": "1.1.8", "description": "Use redis to expire your keys and handling the value ", "main": "index.js", "scripts": { "test": "nyc ava --serial --verbose", "lint": "eslint . --fix", "precommit": "lint-staged" }, "lint-staged": { "*.js": [ "npm run lint --", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/dobobaie/redis-expiry.git" }, "keywords": [ "redis", "expire", "handling", "value", "keys", "trigger", "timed", "scheduler", "cron", "task" ], "author": "Dobobaie", "license": "ISC", "bugs": { "url": "https://github.com/dobobaie/redis-expiry/issues" }, "homepage": "https://github.com/dobobaie/redis-expiry#readme", "dependencies": { "bluebird": "3.5.5", "cron-parser": "2.12.0", "promise-queue": "^2.2.5", "redis": "3.1.1", "regex-parser": "2.2.10", "shortid": "2.2.14" }, "devDependencies": { "@commitlint/cli": "8.1.0", "ava": "2.1.0", "eslint": "6.0.1", "eslint-config-airbnb-base": "13.1.0", "eslint-config-prettier": "6.0.0", "eslint-plugin-import": "2.18.0", "eslint-plugin-prettier": "3.1.0", "husky": "2.5.0", "lint-staged": "8.2.1", "nyc": "14.1.1", "prettier": "1.18.2" }, "ava": { "files": [ "tests/*.js" ] } }