website-status
Version:
A powerful Node.js package to check website availability and send optional Discord notifications.
40 lines (39 loc) • 828 B
JSON
{
"name": "website-status",
"version": "1.0.5",
"description": "A powerful Node.js package to check website availability and send optional Discord notifications.",
"main": "index.js",
"bin": {
"site-checker": "./cli.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/utkuberkaykoc/website-status.git"
},
"keywords": [
"website",
"status",
"checker",
"uptime",
"monitoring",
"ping",
"availability",
"site-checker",
"http-status",
"website-status",
"discord",
"webhook",
"automation",
"server-check",
"health-check",
"free"
],
"author": "Utku Berkay Koç",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7"
}
}