chore: add email service and password service

This commit is contained in:
mahyargdz
2025-01-20 09:13:27 +03:30
parent 7347a696d0
commit 9701c51445
18 changed files with 10575 additions and 24 deletions
+10 -1
View File
@@ -17,11 +17,13 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json",
"prepare": "husky || true"
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@keyv/redis": "^4.2.0",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/cache-manager": "^3.0.0",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^4.0.0",
@@ -29,8 +31,15 @@
"@nestjs/platform-fastify": "^10.4.15",
"@nestjs/swagger": "^8.1.1",
"@nestjs/typeorm": "^10.0.2",
"@types/bcrypt": "^5.0.2",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cache-manager": "^6.3.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"fastify": "^5.2.1",
"handlebars": "^4.7.8",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",