-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "zmta-webadmin",
"private": true,
"version": "2.0.1",
"description": "Web admin component for ZoneMTA",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"dependencies": {
"body-parser": "1.20.2",
"connect-flash": "0.1.1",
"connect-redis": "7.1.0",
"cookie-parser": "1.4.6",
"express": "4.18.2",
"express-session": "1.17.3",
"hbs": "4.2.0",
"humanize": "0.0.9",
"ioredis": "5.3.2",
"joi": "17.11.0",
"js-yaml": "4.1.0",
"libmime": "5.2.1",
"mailsplit": "5.4.0",
"mongo-cursor-pagination": "8.1.3",
"mongodb": "4.17.0",
"morgan": "1.10.0",
"msgpack-js": "0.3.0",
"npmlog": "7.0.1",
"request": "2.88.0",
"search-string": "3.1.0",
"wild-config": "1.7.1"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^9.1.0"
}
}