{
  "name": "react-resize-aware",
  "version": "3.1.3",
  "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"
  ],
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "source": "src/index.js",
  "scripts": {
    "start": "microbundle watch",
    "prepare": "microbundle --name useResizeAware --jsx jsx --jsxImportSource react --globals react/jsx-runtime=jsx && cp -f dist/index.umd.js docs/react-resize-aware.js && flow-copy-source src dist && cp src/index.d.ts dist/index.d.ts"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "devDependencies": {
    "flow-bin": "^0.113.0",
    "flow-copy-source": "^2.0.9",
    "microbundle": "0.12.0-next.6",
    "react": "16.12.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || 17.x || 18.x"
  }
}
