{
  "name": "@sarawebs/sb-hooks",
  "version": "1.0.10",
  "description": "SaraWebs reusable hooks for react apps",
  "type": "module",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "react-hooks",
    "hooks",
    "custom-hooks",
    "usecrud",
    "usetheme",
    "theme",
    "darkmode",
    "lightmode",
    "color",
    "random-color",
    "css-variables",
    "frontend",
    "web",
    "javascript",
    "esmodules",
    "library",
    "reusable",
    "hooks-library",
    "hooks",
    "frontend",
    "sarawebs",
    "web-tools"
  ],
  "author": "Mohammad Dahamshi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mdahamshi/sb-hooks.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^4.2.0",
    "vite": "^5.2.0"
  }
}
