-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 915 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nodemailerbrk",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brrake",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Brrake/NodeMailerBrk.git"
},
"bugs": {
"url": "https://github.com/Brrake/NodeMailerBrk/issues"
},
"homepage": "https://github.com/Brrake/NodeMailerBrk#readme",
"description": "NodeMailerBrk is a simple and effective example of integrating an email server into a Node.js application. This app leverages NodeMailer to send emails via an SMTP server, providing a quick and easy demonstration of email integration in web services.",
"dependencies": {
"dotenv": "16.4.5",
"express": "4.21.0",
"helmet": "8.0.0",
"nodemailer": "6.9.15",
"nodemon": "3.1.7",
"winston": "3.15.0"
}
}