UNPKG

cache-envelop

Version:

Wrapper for working with caching services (Memcached, Redis)

46 lines (45 loc) 933 B
{ "name": "cache-envelop", "version": "2.0.0", "description": "Wrapper for working with caching services (Memcached, Redis)", "repository": { "type": "git", "url": "https://github.com/yurii-bondar/cache-envelop.git" }, "main": "index.js", "files": [ "index.js", "src" ], "scripts": { "lint": "npx eslint ./", "test": "jest", "test:coverage": "jest --coverage" }, "keywords": [ "redis", "ioredis", "memcached", "cache", "caching", "wrappers", "envelops", "helpers" ], "author": { "name": "Yurii Bondar", "email": "yurii.bondar.vn@gmail.com" }, "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^7.25.9", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.31.0", "jest": "^30.4.2" }, "dependencies": { "ioredis": "^5.4.1", "memcached": "^2.2.2" } }