{
  "name": "@react-hooks-custom/use-scroll",
  "version": "1.1.1",
  "description": "Get scrolling value quickly by React hook",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "repository": "https://github.com/littleee/react-hooks-custom",
  "author": "BC Lau <littleee.Lau@gmail.com>",
  "license": "MIT",
  "keywords": [
    "react",
    "react hook",
    "hook",
    "react hooks",
    "hooks",
    "window scroll",
    "window scroll hook",
    "scroll position",
    "viewport",
    "viewport scroll",
    "viewport scroll hook",
    "usewindowscroll",
    "use window scroll",
    "react window scroll hook",
    "react scroll position hook",
    "usescrollposition",
    "use scroll position",
    "scroll position hook"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -cw",
    "pub": "npm run build && npm publish --access=public"
  },
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.1.0",
    "@rollup/plugin-typescript": "^5.0.0",
    "@rollup/pluginutils": "^3.1.0",
    "@types/react": "^16.9.38",
    "@types/react-dom": "^16.9.8",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "^2.18.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.5"
  },
  "peerDependencies": {
    "react": ">=16.8"
  }
}
