19 lines
377 B
JSON
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"
|
|
}
|
|
}
|
|
|
|
|