Initial commit

This commit is contained in:
theshy
2025-08-14 23:00:16 +08:00
commit 088c3d2044
11 changed files with 1253 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"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"
}
}