{ "name": "dns-suite", "version": "1.2.13", "description": "DNS implemented in Vanilla JS for Node.js and Browsers", "main": "dns.js", "homepage": "https://git.coolaj86.com/coolaj86/dns-suite.js", "bin": { "dns-pack.js": "bin/dns-pack.js", "dns-parse.js": "bin/dns-parse.js", "dns-test.js": "bin/dns-test.js", "mdns-capture.js": "bin/mdns-capture.js" }, "scripts": { "test": "node test/parser.js && node test/packer.js" }, "repository": { "type": "git", "url": "https://git.coolaj86.com:coolaj86/dns-suite.js.git" }, "author": "", "license": "MPL-2.0", "dependencies": { "@root/hexdump": "^1.1.1" } }