{
  "name": "@kenyaemr/esm-imaging-orders-app",
  "version": "4.0.7",
  "description": "Imaging Orders app for KenyaEMR",
  "browser": "dist/kenyaemr-esm-imaging-orders-app.js",
  "main": "src/index.ts",
  "source": true,
  "license": "MPL-2.0",
  "homepage": "https://github.com/palladiumkenya/kenyaemr-esm-orders#readme",
  "scripts": {
    "start": "openmrs develop",
    "serve": "rspack serve --mode=development",
    "debug": "npm run serve",
    "build": "rspack build --mode production",
    "analyze": "rspack build --mode=production --analyze",
    "lint": "eslint src --ext ts,tsx --ignore-pattern '**/*.test.ts' --ignore-pattern '**/*.test.tsx' --ignore-pattern '**/__tests__/**'",
    "typescript": "tsc",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js",
    "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests",
    "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js",
    "coverage": "yarn test --coverage"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palladiumkenya/kenyaemr-esm-orders#readme"
  },
  "bugs": {
    "url": "https://github.com/palladiumkenya/kenyaemr-esm-orders/issues"
  },
  "dependencies": {
    "lodash-es": "^4.17.15",
    "react-to-print": "^2.14.13"
  },
  "peerDependencies": {
    "@carbon/react": "^1.x",
    "@openmrs/esm-framework": "9.x",
    "@openmrs/esm-patient-common-lib": "11.x",
    "react": "^18.1.0",
    "react-i18next": "11.x",
    "react-router-dom": "6.x",
    "swr": "2.x"
  }
}