-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1009 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
37
38
39
40
41
42
43
{
"name": "sslexpiry",
"version": "1.12.0",
"description": "Keep an eye on the expiry dates of SSL certificates",
"keywords": [
"ssl-certificate-check",
"ssl-certificate-manager",
"ssl-certificates"
],
"main": "index.js",
"bin": "./cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jribbens/sslexpiry.js.git"
},
"scripts": {
"test": "mocha"
},
"author": "Jon Ribbens <jribbens@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jribbens/sslexpiry.js/issues"
},
"homepage": "https://github.com/jribbens/sslexpiry.js#readme",
"engines": {
"node": ">=12"
},
"dependencies": {
"argparse": "^2.0.1",
"awaitify-stream": "^1.0.2",
"byline": "^5.0.0",
"chalk": "4.1.0",
"node-forge": "^1.3.1",
"strftime": "^0.10.1"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-moment": "^0.1.0",
"mocha": "^10.0.0",
"standard": "^17.0.0"
}
}