dh2cf
Version:
Syncs DreamHost DNS records to Cloudflare in case you want to use both services.
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "dh2cf",
"version": "0.1.7",
"description": "Syncs DreamHost DNS records to Cloudflare in case you want to use both services.",
"keywords": [
"dns",
"dreamhost",
"cloudflare"
],
"homepage": "https://github.com/neodon/dreamhost-dns-to-cloudflare",
"bugs": "https://github.com/neodon/dreamhost-dns-to-cloudflare/issues",
"repository": "neodon/dreamhost-dns-to-cloudflare",
"license": "Apache-2.0",
"author": "James Barton <james@neodon.com>",
"main": "dist/index.js",
"bin": {
"dh2cf": "./bin/dh2cf"
},
"files": [
"bin",
"dist"
],
"scripts": {
"build": "scripts/build.ts",
"start": "node -r esbuild-register src/cli.ts",
"test": "echo TODO",
"update": "npm-check-updates -u && npm install"
},
"dependencies": {
"deepmerge": "4.2.2",
"dotenv": "10.0.0",
"got": "11.8.2",
"read-pkg-up": "9.0.0",
"typescript-memoize": "1.0.1",
"yargs": "17.2.1",
"zod": "3.11.6"
},
"devDependencies": {
"@neodon/tsconfig": "0.1.3",
"@types/node": "16.11.7",
"@types/yargs": "17.0.5",
"esbuild": "0.13.13",
"esbuild-register": "3.1.2",
"npm-check-updates": "12.0.2",
"typescript": "4.4.4",
"zx": "4.2.0"
}
}