Temp-Email-Service/package.json
2025-01-31 05:47:04 -05:00

32 lines
732 B
JSON

{
"name": "temp_mail",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"express": "^4.21.2",
"favicon": "^0.0.2",
"haraka": "^0.0.33",
"haraka-plugin-dkim": "^1.0.9",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"moniker": "^0.1.2",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"objection": "^3.1.5",
"serve-favicon": "^2.5.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"unique-names-generator": "^4.7.1"
}
}