From 5db40fe9ca4eef7a98ef2bbf923610c7c50cceb7 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Tue, 22 Jul 2025 17:27:04 +0200 Subject: [PATCH] Add stripe dep --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d6e6998..527b625 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "dotenv": "^17.2.0", "express": "^4.18.2", "node-fetch": "^2.6.7", - "ovh": "^2.0.3" + "ovh": "^2.0.3", + "stripe": "^18.3.0" }, "devDependencies": { "nodemon": "^3.0.1"