Browse Source

init

master
mikeyangelo5 2 years ago
commit
356791b63f
3 changed files with 26 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +0
    -0
      index.mjs
  3. +24
    -0
      package.json

+ 2
- 0
.gitignore View File

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

+ 0
- 0
index.mjs View File


+ 24
- 0
package.json View File

@@ -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"
}
}

Loading…
Cancel
Save