docker-ddns-cloudflare/package.json

22 lines
408 B
JSON

{
"license": "MIT",
"main": "dist",
"scripts": {
"dev": "tsnd src/index.ts",
"build": "tsc"
},
"dependencies": {
"axios": "^0.27.2",
"cloudflare": "^2.9.1",
"cron": "^1.8.2",
"dotenv": "^16.0.1",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/cloudflare": "^2.7.8",
"@types/cron": "^1.7.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.4"
}
}