dohdec
Version:
DNS over HTTPS and DNS over TLS
38 lines (37 loc) • 778 B
JSON
{
"name": "dohdec",
"version": "7.0.4",
"description": "DNS over HTTPS and DNS over TLS",
"main": "./lib/index.js",
"types": "types/",
"type": "module",
"keywords": [
"doh",
"dns-over-https",
"dns-over-tls",
"dns",
"dnssec",
"rfc7858",
"rfc8484"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"contributors": [
"Gus Narea <gnarea@users.noreply.github.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hildjj/dohdec.git",
"directory": "pkg/dohdec"
},
"dependencies": {
"crypto-random-string": "^5.0.0",
"dns-packet": "^5.6.1",
"got": "^11.8.2",
"ip-address": "10.0.1",
"nofilter": "^6.0.2"
},
"engines": {
"node": ">=20"
}
}