forked from postalsys/emailengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.74 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.74 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "emailengine-app",
"version": "2.28.4",
"private": true,
"productTitle": "EmailEngine",
"description": "Email Sync Engine",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server --dbs.redis='redis://127.0.0.1:6379/9' --api.port=7003 --api.host=0.0.0.0 | pino-pretty",
"raw": "NODE_OPTIONS=--no-experimental-fetch EENGINE_LOG_RAW=true node server --dbs.redis='redis://127.0.0.1:6379/9' | eerawlog",
"test": "grunt && node --test test/",
"swagger": "./getswagger.sh",
"build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --omit=dev && rm -rf package-lock.json && ./update-info.sh",
"build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install",
"build-dist-fast": "npx pkg --debug package.json && rm -rf package-lock.json && npm install",
"licenses": "license-checker --json | node license-table.js > static/licenses.html",
"postinstall": "npm run licenses",
"gettext": "find ./views -name \"*.hbs\" -print0 | xargs -0 xgettext-template -L Handlebars -o translations/messages.pot --force-po && jsxgettext lib/routes-ui.js workers/api.js -j -o translations/messages.pot"
},
"keywords": [
"IMAP"
],
"author": "Postal Systems OU",
"license": "LICENSE_EMAILENGINE",
"bin": {
"emailengine": "bin/emailengine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/emailengine.git"
},
"bugs": {
"url": "https://github.com/postalsys/emailengine/issues"
},
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "7.18.0",
"@elastic/elasticsearch": "8.5.0",
"@hapi/boom": "10.0.0",
"@hapi/cookie": "12.0.0",
"@hapi/crumb": "9.0.0",
"@hapi/hapi": "21.1.0",
"@hapi/inert": "7.0.0",
"@hapi/vision": "7.0.0",
"@phc/pbkdf2": "1.1.14",
"@postalsys/certs": "1.0.3",
"@postalsys/email-text-tools": "1.0.2",
"@postalsys/hecks": "3.0.0-fork.3",
"@postalsys/templates": "1.0.2",
"ace-builds": "1.13.1",
"base32.js": "0.1.0",
"bull-arena": "3.30.2",
"bullmq": "3.3.2",
"compare-versions": "5.0.1",
"dotenv": "16.0.3",
"encoding-japanese": "2.0.0",
"exponential-backoff": "3.1.0",
"express": "4.18.2",
"gettext-parser": "6.0.0",
"handlebars": "4.7.7",
"hapi-auth-bearer-token": "8.0.0",
"hapi-pino": "11.0.1",
"hapi-swagger": "15.0.0",
"he": "1.2.0",
"html-to-text": "9.0.1",
"humanize": "0.0.9",
"iconv-lite": "0.6.3",
"imapflow": "1.0.117",
"ioredis": "5.2.4",
"ipaddr.js": "2.0.1",
"joi": "17.7.0",
"jquery": "3.6.1",
"js-beautify": "1.14.7",
"libbase64": "1.2.1",
"libmime": "5.1.0",
"libqp": "2.0.1",
"license-checker": "25.0.1",
"mailparser": "3.5.0",
"mailsplit": "5.3.2",
"minimist": "1.2.7",
"msgpack5": "6.0.2",
"murmurhash": "2.0.1",
"nanoid": "3.3.4",
"node-fetch": "2.6.7",
"node-gettext": "3.0.0",
"node-vault": "0.9.22",
"nodemailer": "6.8.0",
"pino": "8.7.0",
"prom-client": "14.1.0",
"psl": "1.9.0",
"pubface": "1.0.4",
"punycode": "2.1.1",
"smtp-server": "3.11.0",
"socks": "2.7.1",
"startbootstrap-sb-admin-2": "4.1.4",
"timezones-list": "3.0.1",
"uuid": "9.0.0",
"wild-config": "1.7.0",
"xml2js": "0.4.23"
},
"devDependencies": {
"eerawlog": "1.5.0",
"eslint": "8.29.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.0.1",
"jsxgettext": "0.11.0",
"pino-pretty": "9.1.1",
"pkg": "5.8.0",
"xgettext-template": "4.1.1"
},
"engines": {
"node": ">=16.x"
},
"pkg": {
"scripts": [
"workers/**/*.js"
],
"assets": [
"static/**/*",
"views/**/*",
"lib/lua/**/*",
"node_modules/bull/lib/commands/**/*",
"node_modules/swagger-ui-dist/**/*",
"translations/**/*",
"LICENSE_EMAILENGINE.txt",
"help.txt",
"version-info.json"
],
"targets": [
"node16-linux-x64",
"node16-macos-x64",
"node16-win-x64"
],
"outputPath": "ee-dist"
}
}