ssl-date-checker
Version:
Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
34 lines (33 loc) • 794 B
JSON
{
"name": "ssl-date-checker",
"version": "2.2.0",
"description": "Library to check and report on the start and expiration date of a given SSL certificate for a given domain.",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint"
},
"keywords": [
"SSL",
"checker",
"Certificate",
"expiry",
"Secure Socket Layer",
"TLS"
],
"author": "Ray Hammond <ray.hammond77@gmail.com> (https://geeksretreat.wordpress.com/)",
"license": "MIT",
"preferGlobal": true,
"bin": {
"ssl-date-checker": "bin/index.js"
},
"repository": "https://github.com/rheh/ssl-date-checker",
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"jest": "^27.4.7"
},
"dependencies": {
"yargs": "^17.3.1"
}
}