init
commit
356791b63f
@ -0,0 +1,2 @@
|
||||
.env
|
||||
node_modules
|
||||
@ -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…
Reference in New Issue