{
  "name": "@openmrs/esm-api",
  "version": "6.3.0",
  "license": "MPL-2.0",
  "description": "The javascript module for interacting with the OpenMRS API",
  "browser": "dist/openmrs-esm-api.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests --color",
    "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color",
    "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",
    "microfrontends"
  ],
  "directories": {
    "lib": "dist",
    "src": "src"
  },
  "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",
    "lodash-es": "^4.17.21"
  },
  "peerDependencies": {
    "@openmrs/esm-config": "6.x",
    "@openmrs/esm-error-handling": "6.x",
    "@openmrs/esm-navigation": "6.x",
    "@openmrs/esm-offline": "6.x"
  },
  "devDependencies": {
    "@openmrs/esm-config": "6.3.0",
    "@openmrs/esm-error-handling": "6.3.0",
    "@openmrs/esm-navigation": "6.3.0",
    "@openmrs/esm-state": "6.3.0",
    "rxjs": "^6.5.3",
    "webpack": "^5.88.0"
  }
}