mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-22 07:46:24 +00:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"license": "MIT",
|
|
"main": "dist",
|
|
"scripts": {
|
|
"dev": "tsnd src/index.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.25.0",
|
|
"cloudflare": "^2.9.1",
|
|
"cron": "^1.8.2",
|
|
"dotenv": "^16.0.0",
|
|
"winston": "^3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cloudflare": "^2.7.7",
|
|
"@types/cron": "^1.7.3",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|