18 lines
443 B
JSON

{
"name": "zhuyuan-dev-agent",
"version": "1.0.0",
"description": "铸渊开发Agent — 接收结构化规划清单·逐条执行·日志·通知",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"express": "^4.18.2",
"nodemailer": "^6.9.0",
"dotenv": "^16.3.0"
},
"license": "UNLICENSED",
"copyright": "国作登字-2026-A-00037559"
}