domainprobe-cli
Version:
A CLI for the Domainprobe package
32 lines (31 loc) • 649 B
JSON
{
"name": "domainprobe-cli",
"version": "1.1.1",
"description": "A CLI for the Domainprobe package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"domainprobe",
"cli",
"command-line",
"ip",
"hostname",
"domain-info",
"ip-info"
],
"author": "",
"license": "MIT",
"bin": {
"domainprobe": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Surajchandraa/domainprobe-cli.git"
},
"homepage": "https://github.com/Surajchandraa/domainprobe-cli",
"dependencies": {
"domainprobe": "^1.1.0"
}
}