14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|