| { | |
| "name": "vless-nodejs-huggingface", | |
| "version": "1.0.0", | |
| "description": "Vless Node.js proxy for Huggingface deployment", | |
| "main": "index.js", | |
| "author": "yonggekkk", | |
| "license": "MIT", | |
| "private": false, | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "dependencies": { | |
| "axios": "^1.6.2", | |
| "ws": "^8.14.2" | |
| }, | |
| "engines": { | |
| "node": ">=14" | |
| } | |
| } |