-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@moodboom/cloudflare-sync-dns",
"version": "5.0.18",
"description": "A script to track external IP, and update cloudflare DNS when a change is observed. A command is provided that can be called often from cron to monitor for and act on IP changes.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/moodboom/cloudflare-sync-dns.git"
},
"keywords": [
"git"
],
"homepage": "https://bitpost.com/wiki/Cloudflare-sync-dns",
"author": "Michael Miller <foss@thedigitalmachine.com>",
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"luxon": "^3.5.0",
"rad-scripts": "^5.0.13",
"@moodboom/git-semver": "^5.0.4"
},
"bin": {
"cloudflare-sync-dns": "cloudflare-sync-dns-cmd.js",
"csd": "csd-cmd.js"
},
"devDependencies": {
"eslint": "^9.17.0"
}
}