15 lines
300 B
JSON
Raw Normal View History

{
"name": "channel-switcher",
"version": "0.1.0",
"private": true,
"description": "光湖 · 母编号 × 子编号 切换器 (Phase 1 只读)",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node test/smoke.js"
},
"engines": {
"node": ">=18"
}
}