Add ovh and dotenv deps

This commit is contained in:
omaroughriss 2025-07-17 14:52:33 +02:00
parent a3e6f1ea29
commit c554f1162f

View File

@ -9,8 +9,10 @@
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"express": "^4.18.2",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"ovh": "^2.0.3"
},
"devDependencies": {
"nodemon": "^3.0.1"