initial publish commit

This commit is contained in:
2025-07-14 08:32:43 +02:00
commit e6ce3dd3b8
9 changed files with 933 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"dependencies": {
"axios": "^1.10.0",
"dotenv": "^17.2.0",
"minimist": "^1.2.8",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0"
},
"scripts": {
"start": "node tdarr_requeue.mjs"
}
}