瀏覽代碼

init

master
mikeyangelo5 2 年之前
當前提交
356791b63f
共有 3 個文件被更改,包括 26 次插入0 次删除
  1. +2
    -0
      .gitignore
  2. +0
    -0
      index.mjs
  3. +24
    -0
      package.json

+ 2
- 0
.gitignore 查看文件

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

+ 0
- 0
index.mjs 查看文件


+ 24
- 0
package.json 查看文件

@@ -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…
取消
儲存