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