forked from mskian/ssl-expiry-reminder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 985 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
39
40
41
42
43
{
"name": "ssl-expiry-reminder",
"version": "1.0.1.1",
"description": "SSL Expiry Reminder Dockerized - Get Notification remainder on Telegram and Gotify",
"main": "app.js",
"scripts": {
"start": "node app.js -s germannightmare.com"
},
"bin": {
"checkssl": "app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Schecher1/SSL-Expiry-Reminder-Docker.git"
},
"type": "module",
"keywords": [
"linux",
"VPS",
"ssl",
"ssl checker",
"ssl expiry checker",
"gotify",
"docker",
"docker-compose"
],
"author": "Santhosh Veer & Schecher_1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Schecher1/ssl-expiry-reminder/issues"
},
"homepage": "https://github.com/Schecher1/ssl-expiry-reminder/#readme",
"dependencies": {
"axios": "^1.6.8",
"commander": "^11.1.0",
"conf": "^12.0.0",
"moment": "^2.30.1",
"node-emoji": "2.1.3",
"ora": "^8.0.1",
"ssl-checker-node-api": "^0.0.2",
"update-notifier": "^7.0.0"
}
}