-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 851 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": "notification-management",
"version": "1.0.15",
"description": "notification management",
"main": "notification.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darshit-shah/notification-management.git"
},
"keywords": [
"notification",
"push",
"sms",
"email"
],
"author": "Darshit Shah",
"license": "MIT",
"dependencies": {
"axiom-utils": "*",
"axiom-assert-helper": "*",
"node-database-executor": "*",
"template-management": "*",
"nodemailer": "^6.9.13",
"debug": "^4.3.4",
"request": "^2.88.2"
},
"bugs": {
"url": "https://github.com/darshit-shah/notification-management/issues"
},
"homepage": "https://github.com/darshit-shah/notification-management#readme"
}