You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.1 KiB

7 years ago
{
"name": "@keyvhq/redis",
7 years ago
"description": "Redis storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"version": "1.0.2",
7 years ago
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
3 years ago
"directory": "packages/redis",
"type": "git",
"url": "git+https://github.com/microlinkhq/keyv.git"
7 years ago
},
"bugs": {
"url": "https://github.com/microlinkhq/keyv/issues"
},
7 years ago
"keywords": [
7 years ago
"adapter",
"cache",
7 years ago
"key",
"keyv",
"redis",
"storage",
7 years ago
"store",
"ttl",
"value"
7 years ago
],
7 years ago
"dependencies": {
"ioredis": "~4.27.6",
"p-event": "~4.2.0"
7 years ago
},
"devDependencies": {
"@keyvhq/core": "latest",
"@keyvhq/test-suite": "latest",
"ava": "latest",
"nyc": "latest"
},
"engines": {
"node": ">= 12"
},
"files": [
"src"
],
"scripts": {
"posttest:docker": "docker-compose down --rmi local",
"test": "nyc ava",
"test:docker": "docker-compose up --build --abort-on-container-exit --exit-code-from test"
},
"license": "MIT"
7 years ago
}