{
  "name": "@openmrs/esm-patient-tests-app",
  "version": "12.3.4",
  "license": "MPL-2.0",
  "description": "Patient test order and results microfrontend for the OpenMRS SPA",
  "browser": "dist/openmrs-esm-patient-tests-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "start": "openmrs develop",
    "serve": "rspack serve --mode=development",
    "debug": "npm run serve",
    "build": "rspack --mode=production",
    "analyze": "rspack --mode=production --env analyze=true",
    "lint": "cross-env eslint src --ext tsx,ts --fix --max-warnings=0",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest watch",
    "coverage": "vitest run --coverage --passWithNoTests",
    "typescript": "tsc",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.modal.tsx' 'src/**/*.extension.tsx' 'src/**/*.workspace.tsx' 'src/**/*.hook.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs"
  ],
  "homepage": "https://github.com/openmrs/openmrs-esm-patient-chart#readme",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-patient-chart.git"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
  },
  "dependencies": {
    "@carbon/charts-react": "^1.27.0",
    "@carbon/react": "^1.83.0",
    "@openmrs/esm-patient-common-lib": "next",
    "fuzzy": "^0.1.3",
    "lodash-es": "^4.18.1"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "10.x",
    "@openmrs/esm-patient-common-lib": "12.x",
    "react": "18.x",
    "react-i18next": "16.x",
    "react-router-dom": "6.x",
    "rxjs": "6.x",
    "swr": "2.x"
  },
  "devDependencies": {
    "@openmrs/esm-patient-common-lib": "12.3.4",
    "openmrs": "next",
    "vitest": "^4.1.2"
  }
}