@brightleaf/cache
Version:
[](https://badge.fury.io/js/%40brightleaf%2Fcache)
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "@brightleaf/cache",
"version": "2.0.0",
"private": false,
"scripts": {
"test": "mocha ./src/test",
"lint": "eslint ./src",
"watch": "npm-run-all --parallel dev:**",
"preversion": "npm test",
"postversion": "npm publish --access=public",
"postpublish": "git push origin --all --follow-tags && npx publisher"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brightleaf/cache.git"
},
"keywords": [
"async",
"await",
"utils",
"redis",
"cache",
"asynchronous",
"async tools",
"promises",
"helpers"
],
"author": "Kevin Isom <kevin.isom@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brightleaf/cache/issues"
},
"homepage": "https://brightleaf.github.io/cache",
"files": [
"/src"
],
"main": "./src/index.js",
"devDependencies": {
"@kev_nz/eslint-config": "^5.2.0",
"@kev_nz/publisher": "^4.0.1",
"chai": "^4.2.0",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"fuxor": "^2.2.6",
"ioredis-mock": "^4.19.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0"
},
"dependencies": {
"@kev_nz/async-tools": "^1.2.3",
"ioredis": "^4.16.1"
}
}