This commit is contained in:
Ryahn 2025-01-26 15:14:36 -06:00
commit 432b3311b9
3 changed files with 2069 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

2046
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "temp_mail",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"express": "^4.21.2",
"haraka": "^0.0.33",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"objection": "^3.1.5"
}
}