17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"name": "guanghu-federation-agent",
|
|
"version": "1.0.0",
|
|
"description": "光湖联邦托管包 · 本地 Agent",
|
|
"main": "agent.js",
|
|
"scripts": {
|
|
"start": "node agent.js",
|
|
"dev": "node agent.js"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.16.0"
|
|
},
|
|
"keywords": ["guanghu", "hololake", "federation", "agent", "hlpd"],
|
|
"license": "国作登字-2026-A-00037559",
|
|
"author": "铸渊 ICE-GL-ZY001 · 冰朔 TCS-0002∞"
|
|
}
|