Added the speakeasy dependency to the package.json

This commit is contained in:
2023-01-21 13:15:20 +01:00
parent abb18ea19b
commit 0139ac6f6b
2 changed files with 24 additions and 4 deletions

View File

@ -18,16 +18,17 @@
"joi": "^17.7.0",
"mongoose": "^6.8.4",
"mongoose-field-encryption": "^5.0.2",
"nodemailer": "^6.9.0"
"nodemailer": "^6.9.0",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.2",