diff --git a/package.json b/package.json index 7eee7f3958..62165ec48a 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,8 @@ "bugs": { "url": "https://github.com/redis/node-redis/issues" }, - "homepage": "https://github.com/redis/node-redis" + "homepage": "https://github.com/redis/node-redis", + "engines": { + "npm": ">=7" + } }