From df0c86d42077a25a241e2d5b1fe6a86c55681520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michaud?= Date: Tue, 21 Feb 2023 21:40:51 +0100 Subject: [PATCH] Dependencies: add Winston package to better log --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 07852fd..03a9dbb 100755 --- a/package.json +++ b/package.json @@ -120,7 +120,8 @@ "simplebar": "^5.3.6", "stripe": "^7.4.0", "swiper": "^8.0.6", - "uuid": "^3.2.1" + "uuid": "^3.2.1", + "winston": "^3.8.2" }, "devDependencies": { "nodemon": "^1.17.3"