proxy1 / package.json
anews9340's picture
Update package.json
58018e4 verified
raw
history blame contribute delete
460 Bytes
{
"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"
}
}