-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 906 Bytes
/
package.json
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
29
30
31
32
{
"dependencies": {
"axios": "^1.6.0",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"handlebars": "^4.7.8",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.7",
"validator": "^13.11.0"
},
"name": "portfolio-mail-server",
"version": "1.0.0",
"description": "Node.Js server for sending mail of messages of my portfolio site.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohitvpatil0810/portfolio-mail-server.git"
},
"author": "Rohit Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohitvpatil0810/portfolio-mail-server/issues"
},
"homepage": "https://github.com/rohitvpatil0810/portfolio-mail-server#readme"
}