UNPKG

@layered/dns-records

Version:

Discover publicly available DNS Records for a domain

38 lines (37 loc) 917 B
{ "name": "@layered/dns-records", "version": "2.3.0", "description": "Discover publicly available DNS Records for a domain", "type": "module", "keywords": [ "dns", "domain", "ns", "nslookup", "records" ], "author": "Andrei Igna <andrei@laye.red>", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/LayeredStudio/dns-records.git" }, "homepage": "https://github.com/LayeredStudio/dns-records#readme", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "examples" ], "sideEffects": false, "scripts": { "build": "tsc", "dev": "node --enable-source-maps --trace-deprecation --import tsx/esm --watch src/index.ts", "test": "node --test --import tsx/esm src/*.test.ts" }, "devDependencies": { "@types/node": "^22.10.8", "tsx": "^4.7.0", "typescript": "^5.3.3" } }