Initial commit of sub2proxy with visual dashboard

This commit is contained in:
jocayn
2026-06-13 15:46:30 +08:00
commit 0411f4672a
16 changed files with 5956 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "sub2proxy",
"version": "1.0.0",
"description": "Clash & Sing-box subscription converter with a modern web control panel.",
"main": "sub2proxy.js",
"scripts": {
"start": "node sub2proxy.js",
"cli": "node sub2proxy.js --cli"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}