23 lines
569 B
JSON
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"
|
|
}
|
|
}
|