mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2026-04-02 09:55:25 +00:00
23 lines
410 B
JSON
23 lines
410 B
JSON
{
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"start": "node ."
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.0",
|
|
"dotenv": "^16.0.3",
|
|
"node-cron": "^3.0.2",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.9",
|
|
"@types/node-cron": "^3.0.6",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|