{
  "name": "react-easy-scrollbar",
  "version": "0.0.12",
  "description": "Completely pollution-free UI, perfect scrollbar implemented through CSS",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "dev": "father dev",
    "build": "father build",
    "build:deps": "father prebundle",
    "prepublishOnly": "father doctor && npm run build"
  },
  "keywords": [
    "scrollbar",
    "scroll",
    "scrollarea",
    "react scrollbar",
    "react scroll",
    "easy scroll",
    "react",
    "easy",
    "perfect",
    "component"
  ],
  "authors": [
    "1107589563@qq.com"
  ],
  "license": "MIT",
  "files": [
    "dist",
    "compiled"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/runtime": "^7.24.8",
    "@types/react": "^18.3.3",
    "father": "^4.4.5",
    "prettier": "^3.3.3"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "perfect-scrollbar": "^1.5.5"
  }
}
