mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-21 23:36:24 +00:00
24 lines
448 B
JSON
24 lines
448 B
JSON
{
|
|
"version": "1.3.4",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"start": "node ."
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"dotenv": "^16.4.5",
|
|
"node-cron": "^3.0.3",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.20",
|
|
"@types/node-cron": "^3.0.11",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"packageManager": "pnpm@8.15.4"
|
|
}
|