{
  "name": "use-idle-detection",
  "description": "Custom hook to detect user's idle state",
  "keywords": [
    "react",
    "reactjs",
    "react-hooks",
    "IdleDetection",
    "Idle",
    "react-hook",
    "react-custom-hook",
    "react-IdleDetection",
    "react-idle"
  ],
  "version": "1.2.0",
  "author": {
    "name": "Muzammil Bilwani",
    "email": "muzammil.bilwani@hotmail.com"
  },
  "main": "index.js",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
