{
  "name": "smooth-scrollbar-react",
  "version": "2.4.1",
  "description": "A wrapper for smooth-scrollbar to React Component",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^16.18.3",
    "@types/react": "^17.0.52",
    "smooth-scrollbar": "^8.8.1",
    "typescript": "^4.9.3"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "smooth-scrollbar": "^8.0.0"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "homepage": "https://github.com/nghiepdev/smooth-scrollbar-react",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nghiepdev/smooth-scrollbar-react.git"
  },
  "bugs": {
    "url": "https://github.com/nghiepdev/smooth-scrollbar-react/issues"
  },
  "keywords": [
    "scroll",
    "scrollbar",
    "scrollbar smooth"
  ],
  "author": "Nghiep <me@nghiep.dev>",
  "license": "MIT"
}
