{
  "name": "@birthsenseai/esm-patient-ai-analysis-app",
  "version": "1.0.1",
  "license": "MPL-2.0",
  "description": "AI Analysis integration for OpenMRS patient charts - provides clinical summaries, drug interaction analysis, and patient follow-up messages",
  "browser": "dist/openmrs-esm-patient-ai-analysis-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "build": "webpack --mode=production",
    "build:dev": "webpack --mode=development",
    "test": "jest --config jest.config.js",
    "verify": "turbo lint typescript coverage",
    "coverage": "yarn test --coverage",
    "typescript": "tsc",
    "lint": "eslint src --ext ts,tsx --max-warnings 0",
    "extract-translations": "i18next-scanner --config ../../tools/i18next-scanner.config.js",
    "ci:extract-translations": "yarn extract-translations && git add src/locale-data.json"
  },
  "browserslist": [
    "defaults",
    "not IE 11"
  ],
  "keywords": [
    "openmrs",
    "microfrontends",
    "ai",
    "analysis",
    "patient",
    "healthcare",
    "clinical",
    "gemini",
    "llm"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/birthsenseai/openmrs-esm-ai-analysis.git"
  },
  "homepage": "https://github.com/birthsenseai/openmrs-esm-ai-analysis#readme",
  "bugs": {
    "url": "https://github.com/birthsenseai/openmrs-esm-ai-analysis/issues"
  },
  "author": {
    "name": "BirthSense AI",
    "email": "contact@birthsense.ai"
  },
  "dependencies": {
    "@carbon/react": "~1.37.0",
    "lodash-es": "^4.17.21",
    "react-markdown": "^8.0.7"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "5.x",
    "react": "18.x",
    "react-i18next": "11.x"
  },
  "devDependencies": {
    "@openmrs/esm-framework": "next",
    "@openmrs/webpack-config": "^5.7.1",
    "@types/jest": "^30.0.0",
    "@types/lodash-es": "^4.17.12",
    "@types/path-browserify": "^1",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.3.0",
    "css-loader": "^6.8.1",
    "jest": "^30.0.4",
    "openmrs": "next",
    "path-browserify": "^1.0.1",
    "sass": "^1.69.5",
    "sass-loader": "^13.3.2",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.5.1",
    "typescript": "^4.0.3",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  },
  "files": [
    "dist",
    "src",
    "translations",
    "README.md",
    "LICENSE"
  ]
}
