mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2025-01-02 20:16:24 +00:00
b9f77f24ca
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"start": "node ."
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"dotenv": "^16.3.1",
|
|
"node-cron": "^3.0.2",
|
|
"winston": "^3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.1",
|
|
"@types/node-cron": "^3.0.8",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"packageManager": "pnpm@8.6.12"
|
|
}
|