File size: 431 Bytes
95ab962
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
  }
}