{
  "name": "@react-hooks-hub/use-media-query",
  "version": "1.1.8",
  "description": "This react hook provide the state and the orientation of the screen",
  "author": "Keized <kevin.fiseneck@live.fr>",
  "license": "MIT",
  "keywords": [
    "react",
    "react-hook",
    "react hook",
    "hook",
    "react media query",
    "media query hook",
    "media query",
    "screen orientation hook",
    "breakpoints hook",
    "react breakpoints",
    "react screen"
  ],
  "repository": "https://github.com/Keized/react-hooks-hub",
  "homepage": "https://github.com/Keized/react-hooks-hub/blob/master/packages/use-media-query/README.md",
  "types": "dist/types/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && tsc -p tsconfig-types.json",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "jest test --coverage",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@react-hooks-hub/use-debounce": "^1.1.7"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "^1.3.2",
    "@testing-library/jest-dom": "^6.8.0",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@typescript-eslint/eslint-plugin": "^8.43",
    "@typescript-eslint/parser": "^8.43",
    "eslint": "^9.35",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.1.0",
    "jest": "^30.1",
    "jest-environment-jsdom": "^30.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "ts-jest": "^29.4",
    "typescript": "^5.9"
  },
  "files": [
    "dist",
    "src"
  ]
}
