@apiverve/dnslookup
Version:
DNS Lookup is a simple tool for looking up the DNS records of a domain. It returns the A, MX, and other records of the domain.
32 lines • 907 B
JSON
{
"name": "@apiverve/dnslookup",
"version": "1.1.9",
"description": "DNS Lookup is a simple tool for looking up the DNS records of a domain. It returns the A, MX, and other records of the domain.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiverve/dnslookup-API.git"
},
"keywords": [
"dns","dns lookup","dns records","dns lookup api","dns records api"
],
"author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/apiverve/dnslookup-API/issues"
},
"homepage": "https://apiverve.com/marketplace/api/dnslookup?utm_source=npm",
"devDependencies": {
"mocha": "^11.0.1",
"chai": "^5.1.2",
"dotenv": "^16.4.7"
},
"dependencies": {
"node-fetch": "^3.3.2",
"promise": "^8.3.0",
"axios": "1.7.9"
}
}