{
  "name": "react-scroll-sync",
  "version": "1.0.2",
  "description": "Synchronize scroll positions across multiple scrollable containers",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsup",
    "build:storybook": " storybook build --output-dir public",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "lint:staged": "lint-staged",
    "prepare": "husky",
    "storybook": "storybook dev -p 6006",
    "validate:commit": "lint-staged",
    "validate:push": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/okonet/react-scroll-sync.git"
  },
  "keywords": [],
  "author": "Andrey Okonetchnikov <andrey@okonet.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okonet/react-scroll-sync/issues"
  },
  "homepage": "https://github.com/okonet/react-scroll-sync#readme",
  "devDependencies": {
    "@eslint/js": "9.27.0",
    "@storybook/addon-actions": "8.6.14",
    "@storybook/addon-docs": "^8.6.14",
    "@storybook/addon-essentials": "^8.6.14",
    "@storybook/addon-links": "^8.6.14",
    "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
    "@storybook/react": "8.6.14",
    "@storybook/react-webpack5": "^8.6.14",
    "@types/node": "22.15.19",
    "@types/react": "19.1.4",
    "@types/react-dom": "19.1.5",
    "eslint": "9.27.0",
    "eslint-plugin-perfectionist": "4.13.0",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "globals": "16.1.0",
    "husky": "9.1.7",
    "lint-staged": "16.0.0",
    "storybook": "8.6.14",
    "tsup": "8.5.0",
    "typescript": "5.8.3",
    "typescript-eslint": "8.32.1"
  },
  "peerDependencies": {
    "react": "16.x || 17.x || 18.x || 19.x",
    "react-dom": "16.x || 17.x || 18.x || 19.x"
  }
}
