{ "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 }