v2ray-tools
Version:
v2ray tools, convert vmess url into v2ray config, vmess url test
35 lines (34 loc) • 706 B
JSON
{
"name": "v2ray-tools",
"version": "0.2.1",
"description": "v2ray tools, convert vmess url into v2ray config, vmess url test",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kltk/v2ray-tools.git"
},
"bin": {
"v2ray-tools": "./src/cli.js"
},
"dependencies": {
"axios": "^0.19.0",
"immer": "^4.0.1",
"js-base64": "^2.5.1",
"socks-proxy-agent": "^4.0.2",
"yargs": "^14.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"keywords": [
"v2ray",
"vmess",
"tools",
"utils",
"config",
"test"
],
"author": "kltk <haig8@msn.com>",
"license": "MIT"
}