-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1007 Bytes
/
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
{
"name": "@postalsys/certs",
"version": "1.0.11",
"description": "Manage Let's Encrypt certificates",
"main": "lib/certs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"keywords": [],
"author": {
"name": "Postal Systems OÜ",
"email": "[email protected]"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/certs.git"
},
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"express": "4.19.2",
"ioredis": "5.4.1"
},
"dependencies": {
"@root/acme": "3.1.0",
"ioredfour": "1.3.0-ioredis-07",
"joi": "17.13.3",
"msgpack5": "6.0.2",
"pem-jwk": "2.0.0",
"pino": "9.4.0",
"punycode.js": "2.3.1",
"uuid": "10.0.0"
}
}