{
  "name": "@openmrs/esm-utils",
  "version": "6.3.0",
  "license": "MPL-2.0",
  "description": "Helper utilities for OpenMRS",
  "browser": "dist/openmrs-esm-utils.js",
  "main": "src/index.ts",
  "source": true,
  "sideEffects": false,
  "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"
  },
  "devDependencies": {
    "@openmrs/esm-globals": "6.3.0",
    "@types/lodash-es": "^4.17.12",
    "@types/semver": "^7.3.4",
    "dayjs": "^1.10.4",
    "jest": "^29.7.0",
    "rxjs": "^6.5.3"
  },
  "peerDependencies": {
    "@openmrs/esm-globals": "6.x",
    "dayjs": "1.x",
    "i18next": "21.x",
    "rxjs": "6.x"
  },
  "dependencies": {
    "@formatjs/intl-durationformat": "^0.7.3",
    "@internationalized/date": "^3.8.0",
    "any-date-parser": "^2.0.3",
    "lodash-es": "^4.17.21",
    "semver": "7.3.2"
  }
}