{
  "name": "react-flyup-button",
  "description": "React component to scroll to the top of the page",
  "author": "Arash moghadas",
  "main": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "react-component",
    "scroll",
    "scroll-to-top",
    "back-to-top",
    "scroll-button",
    "scroll-top",
    "scroll-to-top-button",
    "react-scroll",
    "react-ui",
    "usability",
    "user-experience",
    "scroll-helper",
    "page-navigation"
  ],
  "license": "MIT",
  "private": false,
  "version": "1.0.1",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.0",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@vitejs/plugin-react": "^4.4.1",
    "eslint": "^9.25.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^16.0.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.30.1",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "types": "dist/index.d.ts"
}
