Torrent processing orchestrator now typescript too

Will start to tackle some of the other services after work tomorrow.
This commit is contained in:
iPromKnight
2024-02-05 03:35:52 +00:00
committed by iPromKnight
parent 204fe51658
commit cf25f32cb6
18 changed files with 160 additions and 100 deletions

View File

@@ -30,6 +30,7 @@
"user-agents": "^1.0.1444"
},
"devDependencies": {
"@types/amqplib": "^0.10.4",
"@types/node": "^20.11.16",
"@types/stremio-addon-sdk": "^1.6.10",
"@types/validator": "^13.11.8",
@@ -564,6 +565,15 @@
"url": "https://github.com/sponsors/tirke"
}
},
"node_modules/@types/amqplib": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.4.tgz",
"integrity": "sha512-Y5Sqquh/LqDxSgxYaAAFNM0M7GyONtSDCcFMJk+DQwYEjibPyW6y+Yu9H9omdkKc3epyXULmFN3GTaeBHhn2Hg==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/debug": {
"version": "4.1.12",
"license": "MIT",