This commit is contained in:
Dongho Kim
2026-06-22 02:33:30 +02:00
commit c12f0945a4
5 changed files with 114 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "czzk-jellyfin-proxy",
"version": "1.0.0",
"description": "Chzzk to Jellyfin IPTV Proxy",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"express": "^4.19.2"
}
}