mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
328db531bb
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
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"
|
|
}
|
|
}
|