Email verification Backend

This commit is contained in:
magdo
2025-10-25 01:33:21 +02:00
parent 44645bb3fc
commit f746cfd23f
13 changed files with 843 additions and 101 deletions
+7 -6
View File
@@ -50,25 +50,25 @@
"nodemailer": "^7.0.5",
"pg": "^8.16.3",
"redis": "^5.8.1",
"sharp": "^0.34.4",
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tsconfig-paths": "^4.2.0",
"typeorm": "^0.3.26",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
"winston": "^3.17.0"
},
"devDependencies": {
"@types/multer": "^2.0.0",
"@types/nodemailer": "^7.0.1",
"@types/uuid": "^10.0.0",
"@jest/globals": "^30.0.5",
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.9",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^24.3.3",
"@types/nodemailer": "^7.0.1",
"@types/pg": "^8.15.5",
"@types/redis": "^4.0.10",
"@types/socket.io": "^3.0.1",
@@ -76,6 +76,7 @@
"@types/supertest": "^6.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@types/uuid": "^10.0.0",
"jest": "^30.0.5",
"nodemon": "^3.1.10",
"rimraf": "^5.0.10",