16 lines
440 B
JSON
16 lines
440 B
JSON
{
|
|
"name": "gmp-agent",
|
|
"version": "0.1.0",
|
|
"description": "GMP-Agent 守护进程 · 光湖模块协议执行体 · 自动部署+Webhook+模块安装/卸载",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"dev": "GMP_DEBUG=true node app.js"
|
|
},
|
|
"keywords": ["gmp", "agent", "guanghulab", "daemon"],
|
|
"author": "培园A04 (5TH-LE-HK-A04)",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.0"
|
|
}
|
|
} |