Added the ts-md5 dependency to the package.json

This commit is contained in:
2023-07-25 21:55:10 +02:00
parent 2552ca3119
commit 54fa7499e2
2 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"mongoose": "^7.3.1",
"mongoose-field-encryption": "^6.1.0",
"nodemailer": "^6.9.3",
"speakeasy": "^2.0.0"
"speakeasy": "^2.0.0",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",