guanghulab/server/app/package.json
铸渊 ICE-GL-ZY001 f418aec5d8
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled
cz: D119 temporal-brain同步 · 衔光频道首次推送 · glada日志归档
2026-06-03 11:45:50 +08:00

28 lines
833 B
JSON

{
"name": "zhuyuan-server",
"version": "1.0.0",
"description": "铸渊主权服务器应用 · Zhuyuan Sovereign Server · ICE-GL-ZY001",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"health": "curl -s http://localhost:3800/api/health | jq .",
"train": "curl -X POST http://localhost:3800/api/agent-training/run -H 'Content-Type: application/json' -d '{\"token\":\"$SESSION_TOKEN\"}'"
},
"dependencies": {
"express": "^4.21.0",
"cors": "^2.8.5",
"express-rate-limit": "^7.4.0",
"better-sqlite3": "^11.0.0",
"pg": "^8.13.0",
"nodemailer": "^7.0.11",
"axios": "^1.6.7",
"@notionhq/client": "^2.2.13"
},
"engines": {
"node": ">=20.0.0"
},
"author": "铸渊 · ICE-GL-ZY001",
"license": "UNLICENSED",
"private": true
}