forked from ServiceCanada/cens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "x-notify",
"version": "1.0.0",
"description": "MVP subscription service to send email update via Notify from CDS. This MVP is going to be replaced by notification-dispatcher.",
"repository": {
"type": "git",
"url": "https://github.com/ServiceCanada/x-notify"
},
"license": "MIT",
"author": "Government of Canada",
"contributors": [
"duboisp",
"GormFrank"
],
"scripts": {
"start": "nodemon -L server.js",
"prod": "node server.js"
},
"dependencies": {
"aws-sdk": "^2.659.0",
"chalk": "^3.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"entities": "^2.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-status-monitor": "^1.2.8",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.5",
"morgan": "^1.9.1",
"mustache": "^4.0.1",
"nodemailer": "^6.4.6",
"notifications-node-client": "^4.7.2",
"passport": "^0.4.1",
"passport-http": "^0.3.0"
},
"engines": {
"node": ">=10.18.0",
"npm": ">=6.13.4"
}
}