mikeyangelo5 hace 2 años
commit
356791b63f
Se han modificado 3 ficheros con 26 adiciones y 0 borrados
  1. +2
    -0
      .gitignore
  2. +0
    -0
      index.mjs
  3. +24
    -0
      package.json

+ 2
- 0
.gitignore Ver fichero

@@ -0,0 +1,2 @@
.env
node_modules

+ 0
- 0
index.mjs Ver fichero


+ 24
- 0
package.json Ver fichero

@@ -0,0 +1,24 @@
{
"name": "emailnotification",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.amigogroup.id/michael.pandu/emailNotification.git"
},
"author": "Michael Pandu",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20"
}
}

Cargando…
Cancelar
Guardar