{
  "name": "@m4l/testing",
  "description": "Shared testing utilities for MFs",
  "version": "0.0.24",
  "license": "UNLICENSED",
  "author": "M4L Team",
  "lint-staged": {
    "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
  },
  "dependencies": {
    "@storybook/addon-designs": "^8.0.0",
    "@storybook/addon-essentials": "8.3.4",
    "@storybook/addon-interactions": "8.3.4",
    "@storybook/addon-links": "8.3.4",
    "@storybook/addon-onboarding": "^8.3.4",
    "@storybook/blocks": "^8.3.4",
    "@storybook/react": "8.3.4",
    "@storybook/react-vite": "8.3.4",
    "@storybook/test": "8.3.4",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/jest": "^29.5.10",
    "@vitejs/plugin-react": "^4.0.0",
    "@vitest/coverage-istanbul": "3.1.1",
    "@vitest/coverage-v8": "3.1.1",
    "@vitest/ui": "^3.1.1",
    "cypress": "^14.1.0",
    "cypress-vite": "1.6.0",
    "happy-dom": "^17.1.9",
    "jest-environment-jsdom": "29.7.0",
    "jsdom": "^25.0.1",
    "storybook": "^8.3.4"
  },
  "peerDependencies": {
    "@types/react": "18.3.23",
    "react": "18.3.1",
    "vitest": "3.1.1"
  },
  "resolutions": {
    "glob": "^10.4.5",
    "react": "18.3.1",
    "@types/react": "18.3.23",
    "@types/react-dom": "18.3.7",
    "react-dom": "18.3.1",
    "@vitejs/plugin-react": "^4.0.0"
  },
  "overrides": {
    "glob": "^10.4.5",
    "eslint": "9.28.0",
    "react": "18.3.1",
    "@types/react": "18.3.23",
    "@types/react-dom": "18.3.7",
    "react-dom": "18.3.1"
  },
  "files": [
    "*"
  ],
  "type": "module",
  "source": "./index.js",
  "main": "./src/index.ts",
  "module": "./index.js",
  "types": "./index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "packageManager": "yarn@4.5.0",
  "private": false,
  "exports": {
    ".": {
      "import": "./index.js"
    }
  }
}