UNPKG

@l0nax/ssl-check-cli

Version:

A CLI based on the great ssl-checker module

33 lines (32 loc) 798 B
{ "name": "@l0nax/ssl-check-cli", "version": "1.0.1", "description": "A CLI based on the great ssl-checker module", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/l0nax/ssl-check-cli.git" }, "author": "Francesco Emanuel Bennici <benniciemanuel78@gmail.com>", "license": "MIT", "private": false, "dependencies": { "ssl-checker": "^2.0.7" }, "bin": { "@l0nax/ssl-check-cli": "bin/ssl-check", "ssl-check-cli": "bin/ssl-check" }, "bugs": { "url": "https://github.com/l0nax/ssl-check-cli/issues" }, "homepage": "https://github.com/l0nax/ssl-check-cli#readme", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ssl-check", "cli" ] }