{
  "name": "@openmrs/esm-stock-management-app",
  "version": "3.2.1",
  "license": "MPL-2.0",
  "description": "Stock management microfrontend for OpenMRS 3.x",
  "browser": "dist/openmrs-esm-stock-management-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "start": "openmrs develop",
    "serve": "rspack serve --mode=development",
    "build": "rspack --mode production",
    "analyze": "rspack --mode=production --env analyze=true",
    "lint": "eslint src --ext tsx,ts --fix --max-warnings=0",
    "prettier": "prettier --write \"src/**/*.{css,scss,ts,tsx}\" --list-different",
    "typescript": "tsc",
    "test": "cross-env TZ=UTC vitest run --passWithNoTests",
    "test:watch": "cross-env TZ=UTC vitest watch",
    "verify": "turbo run lint typescript coverage",
    "coverage": "cross-env TZ=UTC vitest run --coverage --passWithNoTests",
    "prepare": "husky install",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.tsx' --config ./tools/i18next-parser.config.js",
    "postinstall": "husky",
    "test-e2e": "playwright test"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs",
    "stock-management",
    "microfrontends"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-stock-management-app.git"
  },
  "homepage": "https://github.com/openmrs/openmrs-esm-stock-management-app#readme",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-stock-management-app/issues"
  },
  "dependencies": {
    "@carbon/react": "^1.92.1",
    "@hookform/resolvers": "^3.3.0",
    "@playwright/test": "^1.52.0",
    "dotenv": "^16.4.5",
    "file-saver": "^2.0.5",
    "lodash-es": "^4.17.21",
    "react-hook-form": "^7.45.4",
    "react-image-annotate": "^1.8.0",
    "react-to-print": "^2.14.13",
    "yup": "^1.2.0",
    "zod": "^3.22.2"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "10.x",
    "dayjs": "1.x",
    "react": "18.x",
    "react-i18next": "16.x",
    "react-router-dom": "6.x",
    "rxjs": "6.x",
    "swr": "2.x"
  },
  "devDependencies": {
    "@openmrs/esm-framework": "next",
    "@openmrs/esm-styleguide": "next",
    "@swc/cli": "^0.1.62",
    "@swc/core": "^1.3.68",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/file-saver": "^2.0.5",
    "@types/react": "^18.3.21",
    "@types/react-dom": "^18.3.0",
    "@types/react-router": "^5.1.20",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitest/coverage-v8": "^4.1.2",
    "cross-env": "^10.1.0",
    "dayjs": "^1.11.9",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-testing-library": "^6.3.0",
    "husky": "^9.1.6",
    "i18next": "^25.0.0",
    "i18next-parser": "^9.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jsdom": "^28.0.0",
    "lint-staged": "^15.2.10",
    "openmrs": "next",
    "prettier": "^2.8.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^16.0.0",
    "react-router-dom": "^6.14.1",
    "rxjs": "^6.6.7",
    "swr": "2.2.5",
    "turbo": "^2.5.2",
    "typescript": "^5.0.0",
    "vitest": "^4.1.2",
    "yup": "^1.2.0"
  },
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
    "*.{css,scss,ts,tsx}": "prettier --write --list-different"
  },
  "packageManager": "yarn@4.10.3"
}