File size: 273 Bytes
768437a
 
 
 
5f86e10
768437a
5f86e10
768437a
 
 
 
 
 
5f86e10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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"
  }
}