first
This commit is contained in:
42
package.json
Normal file
42
package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "local-mail-notifier",
|
||||
"version": "1.0.0",
|
||||
"description": "Serveur mail local avec notifications Pushover et interface d'administration",
|
||||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js",
|
||||
"dev": "nodemon src/server.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"email",
|
||||
"smtp",
|
||||
"pushover",
|
||||
"notifications",
|
||||
"mail-server"
|
||||
],
|
||||
"author": "Votre Nom",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.1.1",
|
||||
"body-parser": "^1.20.2",
|
||||
"config": "^3.3.9",
|
||||
"connect-flash": "^0.1.1",
|
||||
"ejs": "^3.1.9",
|
||||
"express": "^4.18.2",
|
||||
"express-ejs-layouts": "^2.5.1",
|
||||
"express-session": "^1.17.3",
|
||||
"lowdb": "^1.0.0",
|
||||
"mailparser": "^3.6.5",
|
||||
"method-override": "^3.0.0",
|
||||
"moment": "^2.29.4",
|
||||
"nanoid": "^5.1.5",
|
||||
"nodemailer": "^6.9.4",
|
||||
"pushover-notifications": "^1.2.2",
|
||||
"smtp-server": "^3.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.6.4",
|
||||
"nodemon": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user