{
  "name": "tailwind-scrollbar-hide",
  "version": "1.3.1",
  "description": "tailwindcss plugin for hide scrollbar",
  "keywords": [
    "tailwindcss",
    "scrollbar",
    "scrollbar-hide"
  ],
  "homepage": "https://github.com/reslear/tailwind-scrollbar-hide#readme",
  "bugs": {
    "url": "https://github.com/reslear/tailwind-scrollbar-hide/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reslear/tailwind-scrollbar-hide.git"
  },
  "license": "MIT",
  "author": "reslear",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "pnpm build"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "tailwindcss": "3.4.17",
    "typescript": "5.7.2"
  },
  "peerDependencies": {
    "tailwindcss": ">=3.0.0 || >= 4.0.0 || >= 4.0.0-beta.8 || >= 4.0.0-alpha.20"
  },
  "publishConfig": {
    "access": "public"
  }
}