-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 933 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mail-sender",
"version": "1.0.0",
"description": "WildDuck+MailJet Mail Transport Service",
"main": "app/duck-jet.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@google-cloud/secret-manager": "^3.10.1",
"firebase-admin": "^10.0.2",
"html-to-text": "^8.1.0",
"node-mailjet": "^3.3.4",
"nodemailer": "^6.7.2"
},
"devDependencies": {},
"scripts": {
"test": "bin/node/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave-pi/duckjet.git"
},
"keywords": [
"duck",
"jet",
"duckjet",
"mail",
"sender",
"mailsender",
"wildduck",
"mailjet",
"mail",
"email",
"wild",
"duck",
"jet",
"lmtp"
],
"author": "piboistudios",
"license": "MIT",
"bugs": {
"url": "https://github.com/brave-pi/duckjet/issues"
},
"homepage": "https://github.com/brave-pi/duckjet#readme"
}