File size: 460 Bytes
f5480ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "huggingface-proxy-server",
  "version": "1.0.0",
  "description": "Secure HTTPS Proxy Server for Hugging Face Spaces",
  "main": "simple-proxy.js",
  "scripts": {
    "start": "node simple-proxy.js",
    "dev": "node --watch simple-proxy.js",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "keywords": ["proxy", "https", "huggingface", "spaces"],
  "author": "Your Name",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  }
}