{
  "name": "react-ui-scrollspy",
  "version": "2.3.0",
  "description": "Simple, Easy To Use and Customisable ScrollSpy component for react with callback, typescript and throttle support among others",
  "main": "dist/index.js",
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pettiboy/react-ui-scrollspy.git"
  },
  "bugs": {
    "url": "https://github.com/pettiboy/react-ui-scrollspy/issues"
  },
  "homepage": "https://github.com/pettiboy/react-ui-scrollspy#readme",
  "author": "Hussain Pettiwala",
  "license": "MIT",
  "keywords": [
    "react",
    "react-component",
    "react-ui",
    "react-ui-scrollspy",
    "ui",
    "typescript",
    "component",
    "onscroll",
    "scroll",
    "spy",
    "performant",
    "scrollspy"
  ],
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.59.0",
    "rollup-plugin-typescript2": "^0.31.0",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "files": [
    "dist"
  ]
}
