-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 885 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
{
"name": "matrix-appservice-email",
"version": "0.0.1",
"description": "An Email bridge for Matrix",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abbyck/matrix-appservice-email.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/abbyck/matrix-appservice-email/issues"
},
"homepage": "https://github.com/abbyck/matrix-appservice-email#readme",
"dependencies": {
"chalk": "^4.1.2",
"dkim-signer": "^0.2.2",
"email-addresses": "^4.0.0",
"mailparser": "^3.3.0",
"matrix-appservice-bridge": "^2.7.0",
"nodemailer": "^6.6.3",
"smtp-server": "^3.9.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^2.0.0-rc.6"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}