domain-availablity-checker
Version:
Simple domain availability checker
32 lines (31 loc) • 639 B
JSON
{
"name": "domain-availablity-checker",
"version": "1.1.0",
"description": "Simple domain availability checker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Domain",
"DNS",
"Zone",
"TLD",
"Whois",
"Whois"
],
"author": {
"name": "Khrasedul Islam",
"url": "https://github.com/khrasedul-dev"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/khrasedul-dev/domain-availablity-checker"
},
"dependencies": {
"axios": "^1.7.9",
"util": "^0.12.5",
"whois": "^2.14.2"
}
}