UNPKG

ssl-expiry-reminder

Version:

SSL Expiry Reminder - Get Notification remainder on Telegram and Gotify

42 lines (41 loc) 915 B
{ "name": "ssl-expiry-reminder", "version": "0.2.16", "description": "SSL Expiry Reminder - Get Notification remainder on Telegram and Gotify", "main": "check.js", "scripts": { "start": "node check.js -s santhoshveer.com" }, "bin": { "checkssl": "check.js" }, "repository": { "type": "git", "url": "git+https://github.com/mskian/ssl-expiry-reminder.git" }, "type": "module", "keywords": [ "linux", "VPS", "ssl", "ssl checker", "ssl expiry checker", "gotify" ], "author": "Santhosh Veer", "license": "MIT", "bugs": { "url": "https://github.com/mskian/ssl-expiry-reminder/issues" }, "homepage": "https://github.com/mskian/ssl-expiry-reminder/#readme", "dependencies": { "axios": "^1.5.0", "commander": "^11.0.0", "conf": "^11.0.2", "moment": "^2.29.4", "node-emoji": "2.1.0", "ora": "^7.0.1", "ssl-checker-node-api": "^0.0.1", "update-notifier": "^6.0.2" } }