pediatric-ai-scribe-v2/package.json
ifedan-ed 1c2098d1dd v2.0.0: Pediatric AI Scribe
Features:
- Live encounter recording → HPI (outpatient/inpatient)
- Voice dictation → HPI / SOAP note
- Hospital course generator (prose/day-by-day/organ system/psych)
- Chart review / precharting (outpatient/subspecialty/ED)
- SOAP note generator (full/subjective only)
- Developmental milestones (AAP/Nelson) with narrative + 3-sentence summary
- AI refine & shorten for all outputs
- Ask AI what's missing (clarification)
- Authentication (email/password, email verification, 2FA)
- Nextcloud integration with auto date folders
- PWA support (installable on phone)
- 18+ AI models via OpenRouter
- HIPAA compliance guidance
- Docker support
2026-03-21 16:55:50 -04:00

28 lines
704 B
JSON

{
"name": "pediatric-ai-scribe",
"version": "2.0.0",
"description": "AI-powered pediatric clinical documentation platform",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"openai": "^4.73.0",
"dotenv": "^16.4.5",
"cors": "^2.8.5",
"multer": "^1.4.5-lts.1",
"axios": "^1.7.7",
"better-sqlite3": "^11.6.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"speakeasy": "^2.0.0",
"qrcode": "^1.5.4",
"nodemailer": "^6.9.16",
"crypto": "^1.0.1",
"@simplewebauthn/server": "^10.0.0",
"cookie-parser": "^1.4.7",
"helmet": "^8.0.0",
"express-rate-limit": "^7.4.0"
}
}