mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"packageManager": "pnpm@8.6.3",
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"start": "node ."
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"dotenv": "^16.3.1",
|
|
"node-cron": "^3.0.2",
|
|
"winston": "^3.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1",
|
|
"@types/node-cron": "^3.0.7",
|
|
"typescript": "^5.1.3"
|
|
}
|
|
}
|