UNPKG

domain-availablity-checker

Version:
32 lines (31 loc) 639 B
{ "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" } }