{
  "name": "website-status",
  "version": "2.0.0",
  "description": "A powerful website monitoring tool with response time tracking, speed ratings, batch URL checking, uptime stats, and Discord webhook 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"
    }
}
