{
  "name": "use-unsaved-changes",
  "version": "1.0.8",
  "description": "A custom React hook for managing unsaved changes.",
  "homepage": "https://use-unsaved-changes-prod.vercel.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohamedsaiedd/use-unsaved-changes-hook.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["react", "custom-hook", "unsaved-changes" , "next"],
  "author": "Mohamed Saied",
  "license": "MIT",
  "dependencies": {
    "react": "^17.0.2",
    "next": "^12.0.7"
  }
}
