45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "hosteroid/domain-monitor",
|
||
|
|
"description": "A powerful, self-hosted domain expiration monitoring system with multi-channel notifications",
|
||
|
|
"type": "project",
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": ["domain", "monitoring", "whois", "rdap", "notifications", "expiration", "alerts", "telegram", "discord", "slack"],
|
||
|
|
"homepage": "https://github.com/Hosteroid/domain-monitor",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Hosteroid",
|
||
|
|
"email": "support@hosteroid.uk",
|
||
|
|
"homepage": "https://hosteroid.uk"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/Hosteroid/domain-monitor/issues",
|
||
|
|
"source": "https://github.com/Hosteroid/domain-monitor",
|
||
|
|
"docs": "https://github.com/Hosteroid/domain-monitor/wiki"
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"ext-json": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-pdo": "*",
|
||
|
|
"vlucas/phpdotenv": "^5.5",
|
||
|
|
"phpmailer/phpmailer": "^6.8",
|
||
|
|
"guzzlehttp/guzzle": "^7.8"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"App\\": "app/",
|
||
|
|
"Core\\": "core/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/var-dumper": "^6.3"
|
||
|
|
},
|
||
|
|
"config": {
|
||
|
|
"optimize-autoloader": true,
|
||
|
|
"preferred-install": "dist",
|
||
|
|
"sort-packages": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|