Add crypto package to dependencies

The crypto package is added to the dependencies in package.json to support encryption-related functionalities. This addition helps in enhancing the security features of the application.
This commit is contained in:
Sandro642 2024-10-26 17:03:39 +02:00
parent db499844db
commit 160898389e

View File

@ -26,6 +26,7 @@
"dependencies": {
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.16",
"crypto": "^1.0.1",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",