refactor: banking services to Nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-05 16:26:23 +02:00
parent b72f85b394
commit 1869ba216f
150 changed files with 9698 additions and 163 deletions

View File

@@ -72,7 +72,11 @@
"rxjs": "^7.8.1",
"serialize-interceptor": "^1.1.7",
"strategy": "^1.1.1",
"zod": "^3.23.8"
"zod": "^3.23.8",
"plaid": "^10.3.0",
"@supercharge/promise-pool": "^3.2.0",
"yup": "^0.28.1",
"uniqid": "^5.2.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -82,6 +86,7 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/supertest": "^6.0.0",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",