{
  "name": "instant-dns",
  "version": "1.2.0",
  "description": "No need to wait for DNS Propagation, now verify as soon as you update records",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "dns",
    "dig",
    "instant-dns",
    "IP",
    "TXT",
    "CNAME"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/architjn/instant-dns.git"
  },
  "bugs": {
    "url": "https://github.com/architjn/instant-dns/issues"
  },
  "author": "Archit Jain",
  "license": "ISC",
  "dependencies": {
    "dns-dig": "^1.3.4"
  }
}
