aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index a9691f4..6c65977 100644
--- a/package.json
+++ b/package.json
@@ -7,11 +7,13 @@
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
+ "connect-redis": "^5.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"mariadb": "^2.4.2",
- "nanoid": "^3.1.12"
+ "nanoid": "^3.1.12",
+ "redis": "^3.0.2"
}
}