Initial commit

This commit is contained in:
twotalesanimation
2026-06-11 10:46:09 +02:00
commit 81ad7e4ea9
223 changed files with 39530 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "transcoder-remote",
"version": "1.0.0",
"description": "Remote HLS transcoder worker runs on local desktop, transcodes videos from the Hetzner CMS via HTTPS API",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "ts-node --esm src/index.ts"
},
"dependencies": {
"archiver": "^6.0.2"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/node": "^20.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}