Alexandre BODIN eda51cc08a
Merge pull request #10518 from strapi/drop-node-10
Drop support for node10
2021-06-23 18:32:04 +02:00

53 lines
1.0 KiB
JSON

{
"name": "strapi-hook-redis",
"version": "3.6.5",
"description": "Redis hook for the Strapi framework",
"homepage": "https://strapi.io",
"keywords": [
"redis",
"hook",
"memory",
"cache",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"ioredis": "^4.27.1",
"lodash": "4.17.21",
"rimraf": "3.0.2",
"stack-trace": "0.0.10",
"@strapi/utils": "3.6.5"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}