mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
23 lines
404 B
JSON
23 lines
404 B
JSON
{
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"start": "node ."
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.1.3",
|
|
"dotenv": "^16.0.3",
|
|
"node-cron": "^3.0.2",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18",
|
|
"@types/node-cron": "^3.0.4",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|