mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/mihomo-party-org/clash-party.git
synced 2026-09-20 08:03:39 +08:00
19 lines
571 B
JSON
19 lines
571 B
JSON
{
|
|
"name": "cpx-gateway",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Reference provider gateway for the clash-party airport-plugin v2 browser-login model",
|
|
"bin": {
|
|
"cpx-admin": "./admin.mjs"
|
|
},
|
|
"scripts": {
|
|
"start": "node --experimental-sqlite --disable-warning=ExperimentalWarning src/server.mjs",
|
|
"test": "node --experimental-sqlite --disable-warning=ExperimentalWarning --test",
|
|
"check-vectors": "node --disable-warning=ExperimentalWarning check-vectors.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.5.0"
|
|
}
|
|
}
|