Update package.json

This commit is contained in:
2026-01-09 23:27:06 +01:00
committed by GitHub
parent e960a9cba8
commit e2722675e6

View File

@@ -1,3 +1,4 @@
{
"name": "condo-backend",
"version": "1.0.0",
@@ -18,6 +19,11 @@
"pg": "^8.11.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.13",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"@aws-sdk/client-s3": "^3.500.0",
"@aws-sdk/s3-request-presigner": "^3.500.0",
"googleapis": "^133.0.0",
"dropbox": "^10.34.0",
"isomorphic-fetch": "^3.0.0"
}
}