@condor-labs/redis
Version:
This module provide and usefull helper to use the official Node_redis library.
51 lines (50 loc) • 1.39 kB
JSON
{
"name": "@condor-labs/redis",
"version": "2.0.0",
"description": "This module provide and usefull helper to use the official Node_redis library.",
"main": "index.js",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "jest --watch",
"coverage": "jest --env=jsdom --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cebroker/condorlabs-npm-helpers.git"
},
"author": "Condorlabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/cebroker/condorlabs-npm-helpers/issues"
},
"homepage": "https://github.com/cebroker/condorlabs-npm-helpers/tree/master/redis/library#readme",
"keywords": [
"redis",
"condorlabs"
],
"dependencies": {
"@condor-labs/logger": "~1.2.2",
"joi": "~17.6.0",
"redis": "~4.3.0"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/(lib|build|docs|node_modules)/"
],
"coveragePathIgnorePatterns": [
"<rootDir>/(node_modules)/"
]
},
"devDependencies": {
"chai": "4.3.6",
"chai-as-promised": "~7.1.1",
"co": "4.6.0",
"jest": "29.0.1",
"sinon": "14.0.0"
}
}