guanghulab/ops-agent/package.json
2026-05-10 13:12:44 +08:00

33 lines
676 B
JSON

{
"name": "zy-ops-agent",
"version": "1.0.0",
"description": "铸渊运维守卫 · 光湖服务器智能运维 Agent",
"main": "index.js",
"bin": {
"zy-ops": "./cli.js"
},
"scripts": {
"start": "node index.js",
"preflight": "node install-check.js",
"cli": "node cli.js",
"test": "node tests/smoke.test.js"
},
"keywords": [
"ops-agent",
"zhuyuan",
"guanghulab",
"devops",
"ai-agent"
],
"author": "铸渊 · ICE-GL-ZY001",
"license": "SEE LICENSE IN ../LICENSE",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"express": "^4.21.0",
"node-cron": "^3.0.3",
"nodemailer": "^7.0.11"
}
}