Spaces:
Running
Running
| { | |
| "name": "hf-m3u8-proxy", | |
| "version": "1.0.0", | |
| "description": "M3U8 Proxy for Hugging Face Spaces", | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "node app.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "node-fetch": "^2.6.9", | |
| "cors": "^2.8.5" | |
| } | |
| } |