- Live encounter recording → HPI generation - Physician voice dictation → polished HPI - Developmental milestones checklist (AAP/Nelson) - 3-sentence summary generator - OpenRouter integration with model selector - Docker support - Mobile responsive UI
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "pediatric-ai-scribe",
|
|
"version": "1.0.0",
|
|
"description": "AI-powered pediatric clinical documentation",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "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"
|
|
}
|
|
}
|