-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 945 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
33
34
{
"name": "enerjet-mailing-api",
"version": "1.0.0",
"description": "Mailing API for Gardi",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start_prod": "pm2 start ecosystem.config.js --env production --watch",
"start_dev": "pm2 start ecosystem.config.js --env development --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/msal-node": "^1.3.0",
"@microsoft/microsoft-graph-client": "^3.0.0",
"axios": "^1.5.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-promise-router": "^4.1.0",
"express-session": "^1.17.3",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"module-alias": "^2.2.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"nodemailer": "^6.7.3",
"pm2": "^5.2.2",
"windows-iana": "^5.0.2"
},
"_moduleAliases": {
"@app": "."
}
}