dobo-redis
Version:
Redis driver for Dobo
36 lines (35 loc) • 747 B
JSON
{
"name": "dobo-redis",
"version": "1.2.0",
"description": "Redis driver for Dobo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"bajo": {
"type": "plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/dobo-redis.git"
},
"keywords": [
"redis",
"dobo",
"db",
"driver",
"bajo",
"framework",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/dobo-redis/issues"
},
"homepage": "https://github.com/ardhi/dobo-redis#readme",
"dependencies": {
"redis": "^5.6.0"
}
}