diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 23375d7..32dba1c 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,15 @@ }, "homepage": "https://github.com/squiresgrant/kanna-site#readme", "dependencies": { + "bcrypt": "^5.1.0", + "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "express": "^4.18.1", "fs": "^0.0.1-security", "ip": "^1.1.8", - "node-rsa": "^1.1.1" + "md5": "^2.3.0", + "node-rsa": "^1.1.1", + "openpgp": "^5.5.0" }, "devDependencies": { "emailjs-imap-client": "^3.1.0" |