Files
clash-party/deploy/gateway/package.json
2026-07-01 08:46:41 +08:00

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"
}
}