Files
twotalesanimation 81ad7e4ea9 Initial commit
2026-06-11 10:46:09 +02:00

21 lines
521 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}