move to deno

This commit is contained in:
2024-12-15 22:55:42 +01:00
parent 309e939a05
commit 74e9748b43
14 changed files with 269 additions and 58 deletions

8
deno.jsonc Normal file
View File

@@ -0,0 +1,8 @@
{
"version": "1.3.0",
"imports": {
"axios": "npm:axios@^1.7.9",
"node-cron": "npm:node-cron@^3.0.3",
"winston": "npm:winston@^3.17.0"
}
}