{
  "name": "@openmrs/esm-globals",
  "version": "6.2.0",
  "license": "MPL-2.0",
  "browser": "dist/openmrs-esm-globals.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "build": "webpack --mode=production",
    "build:development": "webpack --mode development",
    "analyze": "webpack --mode=production --env analyze=true",
    "typescript": "tsc",
    "lint": "eslint src --ext ts,tsx"
  },
  "keywords": [
    "openmrs",
    "framework",
    "frontend",
    "ui",
    "microfrontends"
  ],
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-core.git"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-core/issues"
  },
  "homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/fhir": "0.0.31"
  },
  "peerDependencies": {
    "single-spa": "6.x"
  },
  "devDependencies": {
    "single-spa": "^6.0.3"
  }
}