UNPKG

cf-doh

Version:

Typed Cloudflare DNS Over HTTP Resolver

35 lines (34 loc) 730 B
{ "name": "cf-doh", "version": "1.1.0", "description": "Typed Cloudflare DNS Over HTTP Resolver", "main": "pkg/index.js", "scripts": { "build": "tsc", "prepublish": "npm run build", "test": "npm run build" }, "files": [ "pkg" ], "repository": { "type": "git", "url": "git+https://github.com/jesseditson/cf-doh.git" }, "keywords": [ "dns", "dns-over-https", "https", "cloudflare", "typescript" ], "author": "Jesse Ditson <jesse.ditson@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/jesseditson/cf-doh/issues" }, "homepage": "https://github.com/jesseditson/cf-doh#readme", "devDependencies": { "typescript": "^5.4.5" } }