UNPKG

doh-js-client

Version:

DNS-over-HTTPS/DNS-over-TLS client for nodejs.

30 lines (29 loc) 623 B
{ "name": "doh-js-client", "version": "0.2.1", "description": "DNS-over-HTTPS/DNS-over-TLS client for nodejs.", "main": "dist/index.js", "scripts": { "build": "tsc -p ./tsconfig.json", "test": "jest" }, "keywords": [ "DoH", "DNS-over-HTTPS", "DoT", "DNS-over-TLS" ], "author": "Peter Lai <alk03073135@gmail.com>", "license": "MIT", "dependencies": { "native-dns-packet": "^0.1.1", "xhr2": "^0.2.0" }, "devDependencies": { "@types/jest": "^24.0.15", "@types/node": "^14.0.6", "jest": "^24.8.0", "ts-jest": "^24.0.2", "typescript": "^3.5.3" } }