- health-monitor PRD 全量排查与一致性修复(91页逐一核对) - 新增穿戴监测运维中心告警页面(心率/血氧/体温/压力) - 新增单位人群状态详情页面 - 体重管理模块页面优化 - 新增/更新大量页面截图 - 新增 .gitignore 排除 node_modules/.idea/ - 从 git 追踪中移除 node_modules (本地保留) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "platform-prototype",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"devDependencies": {
|
|
"puppeteer": "^24.43.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"playwright": "^1.60.0"
|
|
}
|
|
}
|