docker-ddns-cloudflare/package.json
dependabot[bot] 328db531bb
Bump axios from 0.19.2 to 0.21.1
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>
2021-01-06 07:46:10 +00:00

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"
}
}