docker-ddns-cloudflare/package.json

21 lines
397 B
JSON
Raw Normal View History

2020-07-23 12:52:07 +02:00
{
2024-02-27 18:05:18 +01:00
"version": "1.4.1",
2020-07-23 12:52:07 +02:00
"license": "MIT",
2022-10-20 15:18:57 +02:00
"type": "module",
2024-02-27 17:59:00 +01:00
"main": "./src/index.ts",
2020-07-29 09:25:02 +02:00
"scripts": {
2024-02-27 17:59:00 +01:00
"check": "tsc --noEmit",
"dev": "bun --watch ./src/index.ts",
"start": "bun ./src/index.ts"
2020-07-29 09:25:02 +02:00
},
2020-07-23 12:52:07 +02:00
"dependencies": {
2024-02-27 13:13:47 +01:00
"axios": "^1.6.7",
2024-02-27 17:59:00 +01:00
"croner": "^8.0.1",
2024-02-27 13:13:47 +01:00
"winston": "^3.11.0"
2021-10-22 17:47:49 +02:00
},
"devDependencies": {
2024-02-27 17:59:00 +01:00
"@types/bun": "^1.0.7",
2024-02-27 13:13:47 +01:00
"typescript": "^5.3.3"
2024-02-27 17:59:00 +01:00
}
2020-07-23 12:52:07 +02:00
}