{
  "name": "@kenyaemr/esm-express-workflow-app",
  "version": "5.4.3",
  "description": "Express workflow app for OpenMRS 3",
  "keywords": [
    "openmrs",
    "kenyaemr"
  ],
  "homepage": "https://github.com/palladiumkenya/kenyaemr-esm-3.x#readme",
  "bugs": {
    "url": "https://github.com/palladiumkenya/kenyaemr-esm-3.x/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palladiumkenya/kenyaemr-esm-3.x.git"
  },
  "license": "MPL-2.0",
  "main": "src/index.ts",
  "source": true,
  "browser": "dist/kenyaemr-esm-express-workflow-app.js",
  "scripts": {
    "analyze": "rspack --mode=production --env analyze=true",
    "build": "rspack --mode=production",
    "coverage": "yarn test --coverage",
    "debug": "npm run serve",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*modal.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js",
    "lint": "cross-env eslint src --ext ts,tsx",
    "serve": "rspack serve --mode=development",
    "start": "openmrs develop",
    "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",
    "typescript": "tsc"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "dependencies": {
    "@carbon/react": "^1.83.0",
    "@hookform/resolvers": "^3.9.1",
    "@superset-ui/embedded-sdk": "^0.2.0",
    "classnames": "^2.3.2",
    "lodash-es": "^4.17.15",
    "react-hook-form": "^7.54.0",
    "react-otp-input": "^3.1.1",
    "zod": "^3.24.1"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "8.x",
    "dayjs": "1.x",
    "react": "18.x",
    "react-i18next": "11.x",
    "react-router-dom": "6.x",
    "swr": "2.x"
  },
  "publishConfig": {
    "access": "public"
  }
}