{
  "name": "@openmrs/esm-form-engine-lib",
  "version": "4.2.1",
  "description": "React Form Engine for O3",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "src/index.ts",
  "files": [
    "dist",
    "src",
    "!src/**/*.test.*",
    "!src/utils/test-utils.ts",
    "!src/zscore-tests"
  ],
  "license": "MIT",
  "homepage": "https://github.com/openmrs/openmrs-esm-form-engine-lib#readme",
  "scripts": {
    "lint": "eslint src --ext .ts,.tsx --fix",
    "verify": "turbo run lint typescript test --concurrency=5",
    "test": "cross-env TZ=UTC vitest run --passWithNoTests",
    "test:watch": "cross-env TZ=UTC vitest watch",
    "typescript": "tsc",
    "build": "rimraf dist && concurrently \"swc --copy-files --ignore '**/*.test.*' --ignore '**/setup-tests.*' --ignore '**/test-utils.*' src -d dist\" \"tsc --project tsconfig.build.json\"",
    "coverage": "yarn test --coverage",
    "prepare": "husky install",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.ts' --config './tools/i18next-parser.config.js'"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@carbon/react": "^1.83.0",
    "classnames": "^2.5.1",
    "lodash-es": "^4.17.21",
    "react-error-boundary": "^4.0.13",
    "react-hook-form": "^7.52.0",
    "react-markdown": "^9.0.1",
    "react-waypoint": "^10.3.0",
    "react-webcam": "^7.2.0"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "10.x",
    "dayjs": "1.x",
    "i18next": "25.x",
    "react": "18.x",
    "react-i18next": "16.x",
    "swr": "2.x"
  },
  "devDependencies": {
    "@openmrs/esm-framework": "next",
    "@openmrs/esm-styleguide": "next",
    "@swc/cli": "^0.1.65",
    "@swc/core": "^1.5.7",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/lodash": "^4.17.4",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^18.3.2",
    "@typescript-eslint/eslint-plugin": "^7.9.0",
    "@typescript-eslint/parser": "^7.9.0",
    "@vitest/coverage-v8": "^4.1.2",
    "concurrently": "^6.5.1",
    "cross-env": "^10.1.0",
    "dayjs": "^1.11.11",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "husky": "^8.0.3",
    "i18next": "^25.0.0",
    "i18next-parser": "^9.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest-when": "^4.0.3",
    "jsdom": "^28.0.0",
    "lint-staged": "^15.2.2",
    "openmrs": "next",
    "prettier": "^2.8.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^16.0.0",
    "resize-observer-polyfill": "^1.5.1",
    "rimraf": "^5.0.0",
    "sass": "^1.77.2",
    "swr": "^2.2.5",
    "turbo": "^2.5.2",
    "typescript": "^5.0.0",
    "vitest": "^4.1.2"
  },
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
    "*.{css,scss,ts,tsx}": "prettier --write --list-different"
  },
  "packageManager": "yarn@4.10.3"
}