{
  "name": "react-use-is-scrolling",
  "version": "0.0.2",
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.m.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.9.14",
    "@types/lodash.throttle": "^4.1.6",
    "lodash.throttle": "^4.1.1",
    "microbundle": "^0.11.0",
    "react": "^16.12.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-react": "^4.1.0"
  },
  "peerDependencies": {
    "react": "^16.12.0"
  },
  "dependencies": {
    "lodash.throttle": "^4.1.1"
  },
  "scripts": {
    "build": "microbundle --jsx react",
    "dev": "microbundle watch --jsx react"
  }
}
