-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 870 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
{
"name": "central-notification",
"version": "0.0.1",
"description": "email notifier to monitor the notificaion kafka topic and send emails.",
"main": "index.js",
"dependencies": {
"@mojaloop/central-services-error-handling": "0.5.1",
"@mojaloop/central-services-shared": "^3.7.1-snapshot",
"json-rules-engine": "^2.3.0",
"mustache": "^3.0.0",
"nodemailer": "^4.6.8",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"uuid4": "^1.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vgenev/central-notification.git"
},
"author": "Valentin Genev",
"license": "MIT",
"bugs": {
"url": "https://github.com/vgenev/central-notification/issues"
},
"homepage": "https://github.com/vgenev/central-notification#readme"
}