Files
xray2clash-converter/package.json
2025-08-14 23:00:16 +08:00

19 lines
377 B
JSON

{
"name": "xray-to-mihomo-converter",
"version": "0.1.0",
"private": true,
"description": "Convert Xray (vless/vmess/trojan links or subscription text) to Clash Mihomo YAML",
"license": "MIT",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"dev": "node index.js"
},
"dependencies": {
"express": "^4.19.2",
"yaml": "^2.5.1"
}
}