{
  "name": "mac-scrollbar",
  "version": "0.13.8",
  "description": "A macos style react scroll bar component",
  "author": "MinJieLiu <liumingyi_1@163.com>",
  "type": "module",
  "source": "src/index.ts",
  "module": "./dist/mac-scrollbar.module.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MinJieLiu/mac-scrollbar.git"
  },
  "license": "MIT",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "microbundle --external react,react-dom --format esm",
    "prepublishOnly": "npm run build"
  },
  "browserslist": [
    "defaults",
    "not IE 11"
  ],
  "devDependencies": {
    "@micro-web/microbundle": "^0.14.3",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "less": "^4.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
