@art-ws/ssl-info
Version:
Node SSL Checker
35 lines • 682 B
JSON
{
"name": "@art-ws/ssl-info",
"version": "1.0.8",
"description": "Node SSL Checker",
"homepage": "https://github.com/art-ws/ssl-info",
"main": "index.js",
"license": "MIT",
"bin": {
"ssl-info": "./cli.js"
},
"files": [
"*.js"
],
"author": {
"email": "art-ws@pm.me",
"name": "art-ws Team",
"url": "https://art-ws.org"
},
"bugs": {
"url": "https://github.com/art-ws/ssl-info/issues",
"email": "art-ws@pm.me"
},
"repository": {
"type": "git",
"url": "https://github.com/art-ws/ssl-info.git"
},
"keywords": [
"art-ws",
"ssl"
],
"dependencies": {
"yargs": "17.4.0",
"ssl-checker": "2.0.7"
}
}