js2ray
Version:
The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers
32 lines • 659 B
JSON
{
"name": "js2ray",
"version": "3.0.5",
"description": "The v2ray vmess protocol, based on nodejs javascript which you can use on hosts and servers",
"main": "index.js",
"bin": "index.js",
"keywords": [
"vmess",
"nodejs",
"v2ray",
"javascript",
"xray",
"x-ui",
"vpn",
"proxy",
"protocol"
],
"scripts": {
"start": "node index.js",
"install": "node install.js"
},
"author": "seezaara",
"license": "MIT",
"homepage": "https://github.com/seezaara/js2ray",
"repository": {
"type": "git",
"url": "https://github.com/seezaara/js2ray.git"
},
"dependencies": {
"ws": "^8.12.0"
}
}