This commit is contained in:
root
2025-12-22 06:44:01 +01:00
parent fc8af8f96b
commit 7c609ec40b
5 changed files with 1898 additions and 5 deletions

View File

@@ -18,10 +18,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/nodemailer": "^7.0.4",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql2": "^3.16.0"
"mysql2": "^3.16.0",
"nodemailer": "^7.0.11"
},
"devDependencies": {
"@types/express": "^4.17.21",