46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "temp_mail",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "npm run setup && node app.js",
|
|
"dev": "npm run setup && nodemon app.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"setup": "bash setup.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ryahn",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"chokidar": "^4.0.3",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"favicon": "^0.0.2",
|
|
"haraka": "^0.0.33",
|
|
"haraka-plugin-dkim": "^1.0.9",
|
|
"html-to-text": "^9.0.5",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"knex": "^3.1.0",
|
|
"moniker": "^0.1.2",
|
|
"mysql2": "^3.12.0",
|
|
"node-cron": "^3.0.3",
|
|
"nodemailer": "^6.10.0",
|
|
"objection": "^3.1.5",
|
|
"sanitize-html": "^2.14.0",
|
|
"serve-favicon": "^2.5.0",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"unique-names-generator": "^4.7.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.zonies.xyz:Ryahn/Temp-Email-Service.git"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"eslint": "^9.21.0"
|
|
}
|
|
}
|