forked from postalsys/emailengine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
43
44
45
46
{
"name": "imapapi",
"private": true,
"version": "1.0.0",
"description": "Email Sync Engine",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "grunt"
},
"keywords": [
"IMAP"
],
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@hapi/boom": "9.0.0",
"@hapi/hapi": "19.1.1",
"@hapi/inert": "6.0.1",
"@hapi/joi": "17.1.0",
"@hapi/vision": "6.0.0",
"bull": "3.13.0",
"exponential-backoff": "2.2.0",
"hapi-pino": "6.5.0",
"hapi-swagger": "12.1.1",
"he": "1.2.0",
"imapflow": "1.0.27",
"ioredis": "4.16.0",
"libmime": "4.2.1",
"msgpack5": "4.2.1",
"node-fetch": "2.6.0",
"nodemailer": "6.4.4",
"pino": "5.17.0",
"qs": "6.9.1",
"restify": "8.5.1",
"wild-config": "1.5.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.10.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-eslint": "22.0.0"
}
}