{
  "name": "@xylabs/react-scroll-to-top",
  "version": "9.0.2",
  "description": "Common React library for all XY Labs projects that use React",
  "keywords": [
    "utility",
    "typescript",
    "react"
  ],
  "homepage": "https://xylabs.com",
  "bugs": {
    "url": "git+https://github.com/xylabs/sdk-react/issues",
    "email": "support@xylabs.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xylabs/sdk-react.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XY Labs Development Team",
    "email": "support@xylabs.com",
    "url": "https://xylabs.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/browser/index.d.ts",
      "default": "./dist/browser/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@mui/material": "^9.0.1",
    "@types/react": "^19.2.15",
    "@xylabs/toolchain": "^8.1.8",
    "@xylabs/tsconfig": "^8.1.8",
    "@xylabs/tsconfig-dom": "^8.1.8",
    "@xylabs/tsconfig-react": "^8.1.8",
    "eslint": "^10.4.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-router-dom": "^7.16.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@mui/material": "^9.0",
    "react": "^19.2",
    "react-dom": "^19.2",
    "react-router-dom": "^7.15"
  },
  "publishConfig": {
    "access": "public"
  }
}