-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 929 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
{
"name": "ssl-labs-screenshot",
"version": "1.0.3",
"type": "module",
"description": "Capture a trimmed screenshot of the SSL Labs report for a given domain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cli.js"
},
"bin": {
"ssl-labs-screenshot": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marksowell/ssl-labs-screenshot-js.git"
},
"keywords": [
"ssl",
"ssllabs",
"ssl-certificates",
"appsec",
"sslscan",
"ssllabs-scan",
"ssl-certificate-check"
],
"author": "Mark Sowell",
"license": "MIT",
"bugs": {
"url": "https://github.com/marksowell/ssl-labs-screenshot-js/issues"
},
"homepage": "https://github.com/marksowell/ssl-labs-screenshot-js#readme",
"dependencies": {
"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"puppeteer": "^21.1.0"
}
}