{
  "name": "domain-lookup",
  "version": "1.5.5",
  "description": "A simple CLI tool to check domain name availability using WHOIS.",
  "main": "index.js",
  "bin": {
    "domain-lookup": "./cli.js"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/utkuberkaykoc/domain-lookup.git"
  },
  "keywords": [
    "whois",
    "domain",
    "check",
    "checker",
    "lookup",
    "status",
    "availability",
    "domain-lookup",
    "cli",
    "command-line",
    "command-line-tool",
    "domain-scanner",
    "domain-checker",
    "domain-status",
    "domain-availability",
    "domain-whois",
    "domain-whois-lookup",
    "domain-whois-checker",
    "domain-whois-scanner",
    "domain-whois-availability",
    "free"
  ],
  "author": "Utku Berkay Koç",
  "license": "MIT",
  "dependencies": {
    "whois": "^2.10.0",
    "chalk": "^4.1.2"
  }
}
