mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
15 lines
382 B
JSON
15 lines
382 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"docker:build": "docker build -t cupcakearmy/ddns-cloudflare:lastest .",
|
|
"docker:push": "docker push cupcakearmy/ddns-cloudflare:lastest",
|
|
"docker:publish": "yarn run docker:build && yarn run docker:push"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cloudflare": "^2.7.0",
|
|
"cron": "^1.8.2",
|
|
"dotenv": "^8.2.0"
|
|
}
|
|
}
|