{
  "name": "@sooni-hooks/use-fade-in",
  "version": "1.0.3",
  "description": "React Hook to use fade in easy way",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soonitoon/React_Hooks.git"
  },
  "keywords": [
    "React",
    "Hook",
    "FadeIn",
    "useFadeIn"
  ],
  "author": "soonitoon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/soonitoon/React_Hooks/issues"
  },
  "homepage": "https://github.com/soonitoon/React_Hooks#readme",
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "dependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  }
}
