{
  "name": "use-click-outside",
  "version": "2.0.0",
  "description": "React hook to execute callback when a click is happened outside of a component with Shadow DOM support",
  "main": "dist/index.js",
  "types": "dist/useClickOutside.d.ts",
  "repository": "https://github.com/ElForastero/use-click-outside",
  "author": "Eugene Dzhumak",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf ./dist && webpack --mode production",
    "test": "jest",
    "prepare": "yarn run build"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.6.3",
    "@testing-library/dom": "^6.8.1",
    "@testing-library/jest-dom": "^4.1.2",
    "@testing-library/react": "^9.3.0",
    "@types/jest": "^24.0.18",
    "@types/react": "^16.9.5",
    "babel-loader": "^8.0.6",
    "jest": "^24.9.0",
    "jest-environment-jsdom-fourteen": "^0.1.0",
    "prettier": "^1.18.0",
    "react": "^16.8.6",
    "react-dom": "^16.11.0",
    "terser-webpack-plugin": "^2.1.0",
    "ts-jest": "^24.1.0",
    "ts-loader": "^6.2.0",
    "typescript": "^3.6.4",
    "webpack": "^4.33.0",
    "webpack-cli": "^3.3.2"
  }
}
