forked from postalsys/emailengine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.86 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
155
156
157
{
"name": "emailengine-app",
"version": "2.39.10",
"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=7003 --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_GMAIL_API=true EENGINE_WORKERS=1 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 install --omit=dev && ./update-info.sh",
"build-dist": "npx pkg --compress Brotli package.json && npm install && node winconf.js",
"build-dist-fast": "npx pkg --debug package.json && npm install && node winconf.js",
"licenses": "license-checker --excludePackages emailengine-app --json | node license-table.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 -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/api-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": "7.22.4",
"@elastic/elasticsearch": "8.12.1",
"@hapi/bell": "13.0.1",
"@hapi/boom": "10.0.1",
"@hapi/cookie": "12.0.1",
"@hapi/crumb": "9.0.1",
"@hapi/hapi": "21.3.3",
"@hapi/inert": "7.1.0",
"@hapi/vision": "7.0.3",
"@phc/pbkdf2": "1.1.14",
"@postalsys/certs": "1.0.7",
"@postalsys/email-ai-tools": "1.8.1",
"@postalsys/email-text-tools": "2.1.3",
"@postalsys/hecks": "3.0.0-fork.3",
"@postalsys/joi-messages": "1.0.1",
"@postalsys/templates": "1.0.7",
"ace-builds": "1.32.6",
"base32.js": "0.1.0",
"bull-arena": "4.2.0",
"bullmq": "5.1.10",
"compare-versions": "6.1.0",
"dotenv": "16.4.3",
"encoding-japanese": "2.0.0",
"exponential-backoff": "3.1.1",
"express": "4.18.2",
"gettext-parser": "7.0.1",
"handlebars": "4.7.8",
"hapi-auth-bearer-token": "8.0.0",
"hapi-pino": "12.1.0",
"hapi-swagger": "17.2.1",
"he": "1.2.0",
"html-to-text": "9.0.5",
"humanize": "0.0.9",
"ical.js": "1.5.0",
"iconv-lite": "0.6.3",
"imapflow": "1.0.152",
"ioredfour": "1.3.0-ioredis-07",
"ioredis": "5.3.2",
"ipaddr.js": "2.1.0",
"joi": "17.12.1",
"jquery": "3.7.1",
"libbase64": "1.2.1",
"libmime": "5.2.1",
"libqp": "2.0.1",
"license-checker": "25.0.1",
"mailparser": "3.6.7",
"mailsplit": "5.4.0",
"marked": "9.1.6",
"minimist": "1.2.8",
"msgpack5": "6.0.2",
"murmurhash": "2.0.1",
"nanoid": "3.3.4",
"node-gettext": "3.0.0",
"nodemailer": "6.9.9",
"pino": "8.18.0",
"prom-client": "15.1.0",
"psl": "1.9.0",
"pubface": "1.0.7",
"punycode": "2.3.1",
"qrcode": "1.5.3",
"smtp-server": "3.13.2",
"socks": "2.7.3",
"speakeasy": "2.0.0",
"startbootstrap-sb-admin-2": "3.3.7",
"timezones-list": "3.0.3",
"undici": "5.28.2",
"uuid": "9.0.1",
"wild-config": "1.7.1",
"xml2js": "0.6.2"
},
"devDependencies": {
"chai": "4.3.10",
"eerawlog": "1.5.1",
"eslint": "8.56.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.3.0",
"jsxgettext": "0.11.0",
"npm-check-updates": "16.14.15",
"pino-pretty": "10.3.1",
"pkg": "5.8.1",
"resedit": "2.0.0",
"xgettext-template": "5.0.0"
},
"engines": {
"node": ">=16.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": [
"latest-linux-x64",
"latest-macos-x64",
"latest-macos-arm64",
"latest-win-x64"
],
"outputPath": "ee-dist"
}
}