{
  "name": "@rwandaemr/esm-appointments-app",
  "version": "1.0.0",
  "description": "Appointments front-end module for Rwanda",
  "browser": "dist/esm-rwandaemr-appointments-app.js",
  "main": "src/index.ts",
  "source": true,
  "license": "MPL-2.0",
  "homepage": "https://github.com/ohri/openmrs-esm-patient-management#readme",
  "scripts": {
    "start": "openmrs develop --backend https://rwandaemr.globalhealthapp.net --port 9090 --config-url https://rwandaemr.globalhealthapp.net/openmrs/spa/config.json",
    "serve": "webpack serve --mode=development",
    "debug": "npm run serve",
    "build": "webpack --mode production",
    "analyze": "webpack --mode=production --env analyze=true",
    "lint": "eslint src --ext js,jsx,ts,tsx --max-warnings 0",
    "prettier": "prettier --write \"src/**/*.{ts,tsx}\" --list-different",
    "test": "jest --config jest.config.js --passWithNoTests",
    "test-watch": "cross-env TZ=UTC jest --watch --config jest.config.js",
    "coverage": "yarn test --coverage",
    "typescript": "tsc",
    "prepare": "husky install",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*modal.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ./i18next-parser.config.js",
    "verify": "turbo lint typescript coverage"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "ohri"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohri/openmrs-esm-patient-management.git"
  },
  "bugs": {
    "url": "https://github.com/ohri/openmrs-esm-patient-management/issues"
  },
  "dependencies": {
    "lodash-es": "^4.17.15"
  },
  "peerDependencies": {
    "@carbon/react": "1.x",
    "@openmrs/esm-framework": "7.x",
    "react": "^18.1.0",
    "react-i18next": "11.x",
    "react-router-dom": "6.x",
    "swr": "2.x"
  },
  "devDependencies": {
    "webpack": "^5.99.9"
  }
}