-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
154 lines (154 loc) · 5.82 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "emailengine-app",
"version": "2.49.0",
"private": true,
"productTitle": "EmailEngine",
"description": "Email Sync Engine",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "EE_OPENAPI_VERBOSE=true EENGINE_LOG_RAW=true node --tls-keylog=keylog.txt server --dbs.redis='redis://127.0.0.1:6379/9' --api.port=7003 --api.host=0.0.0.0 | tee $HOME/ee.log.dev.txt | pino-pretty",
"single": "EE_OPENAPI_VERBOSE=true EENGINE_LOG_RAW=true EENGINE_WORKERS=1 node --inspect server --dbs.redis='redis://127.0.0.1:6379/10' --api.port=7002 --api.host=0.0.0.0 | tee $HOME/ee.log.single.txt | pino-pretty",
"gmail": "EE_OPENAPI_VERBOSE=true EENGINE_LOG_RAW=true EENGINE_FEATURE_MS_API=true EENGINE_WORKERS=2 node --inspect server --dbs.redis='redis://127.0.0.1:6379/11' --api.port=7003 --api.host=0.0.0.0 | tee $HOME/ee.log.gmail.txt | pino-pretty",
"test": "grunt && node --test test/",
"swagger": "./getswagger.sh",
"build-source": "rm -rf node_modules && npm install && rm -rf node_modules && npm ci --omit=dev && ./update-info.sh",
"build-dist": "pkg --compress Brotli package.json && npm install && node winconf.js",
"build-dist-fast": "pkg --debug package.json && npm install && node winconf.js",
"licenses": "license-checker --excludePackages 'emailengine-app' --json | node list-generate.js > static/licenses.html",
"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 lib/tools.js lib/autodetect-imap-settings.js -j -o translations/messages.pot",
"prepare-docker": "echo \"EE_DOCKER_LEGACY=$EE_DOCKER_LEGACY\" >> system.env && cat system.env",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install && ./copy-static-files.sh && npm run licenses && npm run gettext",
"test-gmail-api": "node lib/email-client/gmail-client.js --dbs.redis=redis://127.0.0.1/11"
},
"keywords": [
"IMAP",
"SMTP",
"MIME"
],
"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": "8.1.2",
"@bull-board/api": "6.3.3",
"@bull-board/hapi": "6.3.3",
"@elastic/elasticsearch": "8.15.1",
"@hapi/bell": "13.0.2",
"@hapi/boom": "10.0.1",
"@hapi/cookie": "12.0.1",
"@hapi/crumb": "9.0.1",
"@hapi/hapi": "21.3.12",
"@hapi/inert": "7.1.0",
"@hapi/vision": "7.0.3",
"@phc/pbkdf2": "1.1.14",
"@postalsys/certs": "1.0.11",
"@postalsys/email-ai-tools": "1.8.11",
"@postalsys/email-text-tools": "2.1.11",
"@postalsys/gettext": "4.0.1",
"@postalsys/joi-messages": "1.0.2",
"@postalsys/templates": "2.0.0",
"ace-builds": "1.36.4",
"base32.js": "0.1.0",
"bullmq": "5.25.4",
"compare-versions": "6.1.1",
"dotenv": "16.4.5",
"encoding-japanese": "2.2.0",
"exponential-backoff": "3.1.1",
"gettext-parser": "7.0.1",
"handlebars": "4.7.8",
"hapi-auth-bearer-token": "8.0.0",
"hapi-pino": "12.1.0",
"hapi-swagger": "17.3.0",
"he": "1.2.0",
"html-to-text": "9.0.5",
"ical.js": "1.5.0",
"iconv-lite": "0.6.3",
"imapflow": "1.0.169",
"ioredfour": "1.3.0-ioredis-07",
"ioredis": "5.4.1",
"ipaddr.js": "2.2.0",
"joi": "17.13.3",
"jquery": "3.7.1",
"libbase64": "1.3.0",
"libmime": "5.3.5",
"libqp": "2.1.0",
"license-checker": "25.0.1",
"mailparser": "3.7.1",
"mailsplit": "5.4.0",
"marked": "9.1.6",
"minimist": "1.2.8",
"msgpack5": "6.0.2",
"murmurhash": "2.0.1",
"nanoid": "3.3.4",
"nodemailer": "6.9.16",
"pino": "9.5.0",
"popper.js": "^1.16.1",
"prom-client": "15.1.3",
"psl": "1.10.0",
"pubface": "1.0.12",
"punycode.js": "2.3.1",
"qrcode": "1.5.4",
"smtp-server": "3.13.6",
"socks": "2.8.3",
"speakeasy": "2.0.0",
"startbootstrap-sb-admin-2": "3.3.7",
"timezones-list": "3.0.3",
"undici": "6.20.1",
"wild-config": "1.7.1",
"xml2js": "0.6.2"
},
"devDependencies": {
"chai": "4.3.10",
"eerawlog": "1.5.1",
"eslint": "8.57.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-eslint": "24.3.0",
"jsxgettext": "0.11.0",
"pino-pretty": "12.1.0",
"resedit": "2.0.3",
"spdx-satisfies": "5.0.1",
"xgettext-template": "5.0.0"
},
"engines": {
"node": ">=18.x"
},
"pkg": {
"scripts": [
"workers/**/*.js"
],
"assets": [
"static/**/*",
"views/**/*",
"lib/lua/**/*",
"node_modules/bull/lib/commands/**/*",
"node_modules/swagger-ui-dist/**/*",
"translations/**/*",
"node_modules/@postalsys/joi-messages/translations/*",
"LICENSE_EMAILENGINE.txt",
"help.txt",
"version-info.json",
"sbom.json"
],
"targets": [
"node20-linux-x64",
"node20-macos-x64",
"node20-macos-arm64",
"node20-win-x64"
],
"outputPath": "ee-dist"
}
}