{
  "name": "react-resize-aware",
  "version": "4.1.0",
  "description": "A React hook that makes it possible to listen to element resize events.",
  "homepage": "https://github.com/FezVrasta/react-resize-aware#readme",
  "author": "Federico Zivolo <federico.zivolo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FezVrasta/react-resize-aware/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/FezVrasta/react-resize-aware.git"
  },
  "keywords": [
    "react",
    "resize",
    "element",
    "queries",
    "media",
    "query",
    "element",
    "query",
    "react-component"
  ],
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.modern.js",
  "source": "./src/index.js",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "scripts": {
    "start": "microbundle watch",
    "prepare": "rm -rf dist && microbundle --jsx 'React.createElement' --jsxImportSource react --globals react/jsx-runtime=jsx && flow-copy-source src dist && cp ./dist/index.js.flow ./dist/index.umd.js.flow && cp ./src/index.d.ts ./dist"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "devDependencies": {
    "flow-bin": "0.199.1",
    "flow-copy-source": "^2.0.9",
    "microbundle": "^0.15.1",
    "react": "16.12.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || 17.x || 18.x || 19.x"
  }
}
