{
  "name": "@openmrs/esm-patient-common-lib",
  "version": "12.1.0",
  "license": "MPL-2.0",
  "description": "Library for common patient chart components",
  "browser": "dist/openmrs-esm-patient-common-lib.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "lint": "cross-env eslint src --ext tsx,ts --fix --max-warnings=0",
    "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests",
    "typescript": "tsc"
  },
  "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/react": "^1.83.0",
    "lodash-es": "^4.17.23",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "9.x",
    "react": "18.x",
    "single-spa": "6.x"
  }
}