{ "name": "mediflow-assistant", "version": "0.1.0", "private": true, "type": "module", "description": "Healthcare appointment chatbot prototype with Botpress blueprint and Hugging Face inference demo.", "scripts": { "demo": "node ml/hf_intent_demo.mjs", "serve": "python -m http.server 3010 --bind 127.0.0.1", "baseline": "python ml/mediflow_nlp.py" }, "dependencies": { "@huggingface/transformers": "^3.8.1" } }