UNPKG

cf-ddns-cli

Version:

A simple CLI tool that updates Cloudflare DNS records dynamically (DDNS) with your current IP address (IPv6 supported), compatible with Cloudflare API v4.

42 lines 1.02 kB
{ "name": "cf-ddns-cli", "version": "1.0.1", "description": "A simple CLI tool that updates Cloudflare DNS records dynamically (DDNS) with your current IP address (IPv6 supported), compatible with Cloudflare API v4.", "type": "module", "main": "build/index.js", "bin": { "cf-ddns": "build/index.js" }, "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/CyrusKao/cf-ddns-cli.git" }, "keywords": [ "DDNS", "DNS", "Cloudflare", "API", "CLI", "TypeScript" ], "author": "Cyrus Kao", "license": "MIT", "bugs": { "url": "https://github.com/CyrusKao/cf-ddns-cli/issues" }, "homepage": "https://github.com/CyrusKao/cf-ddns-cli#readme", "devDependencies": { "@types/node": "^17.0.8", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.6.0", "typescript": "^4.5.4" }, "dependencies": { "arg": "^5.0.1", "is-ip": "^4.0.0" } }