{
  "name": "unocss-preset-scrollbar",
  "type": "module",
  "version": "4.0.0",
  "description": "unocss preset for scrollbar",
  "author": "kkopite <kkopitehong@foxmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/unocss-community/unocss-preset-scrollbar#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss-community/unocss-preset-scrollbar.git"
  },
  "bugs": {
    "url": "https://github.com/unocss-community/unocss-preset-scrollbar/issues"
  },
  "keywords": [
    "unocss",
    "unocss-preset",
    "scrollbar",
    "unocss-preset-scrollbar"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "unocss": ">=66.0.0"
  },
  "dependencies": {
    "@unocss/preset-mini": "^66.6.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.6.1",
    "@antfu/ni": "^28.2.0",
    "@types/node": "^25.3.1",
    "@unocss/autocomplete": "^66.6.2",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.2",
    "pnpm": "^10.30.2",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3",
    "unocss": "^66.6.2",
    "vite": "^7.3.1",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "bumpp",
    "test": "vitest",
    "test:update": "vitest -u",
    "typecheck": "tsc --noEmit",
    "play": "npm -C playground run dev"
  }
}