dohdec-cli
Version:
DNS over HTTPS and DNS over TLS
35 lines (34 loc) • 664 B
JSON
{
"name": "dohdec-cli",
"version": "7.0.4",
"description": "DNS over HTTPS and DNS over TLS",
"main": "./lib/cli.js",
"types": "types/",
"type": "module",
"keywords": [
"doh",
"dns-over-https",
"dns-over-tls",
"dns",
"dnssec",
"rfc7858",
"rfc8484"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hildjj/dohdec.git",
"directory": "pkg/dohdec-cli"
},
"bin": {
"dohdec": "bin/dohdec.js"
},
"dependencies": {
"commander": "^14.0.0",
"dohdec": "7.0.4"
},
"engines": {
"node": ">=20"
}
}