Files
Dongho Kim c12f0945a4 update
2026-06-22 02:33:30 +02:00

15 lines
276 B
JSON

{
"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"
}
}