guanghulab/glada/package.json
Guanghu Domestic Migration d1e47f4565
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
重启聊天服务 / restart (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

23 lines
569 B
JSON

{
"name": "glada",
"version": "1.0.0",
"description": "GLADA · GuangHu Lake Autonomous Dev Agent · 光湖自主开发Agent",
"main": "service.js",
"scripts": {
"start": "node service.js",
"status": "node service.js --status",
"preflight": "node install-check.js",
"test": "node tests/glada-smoke.test.js"
},
"keywords": ["glada", "autonomous-agent", "guanghu", "age-os"],
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=20"
},
"dependencies": {
"express": "^4.21.0",
"nodemailer": "^7.0.11"
}
}