{
  "name": "use-mouse-action",
  "version": "2.0.0",
  "description": "React Hooks to listen to both mouse down or up and click events with a once called function.",
  "author": "Dimitri NICOLAS <dimitri@ooeo.fr>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimitrinicolas/use-mouse-action.git"
  },
  "bugs": {
    "url": "https://github.com/dimitrinicolas/use-mouse-action/issues"
  },
  "homepage": "https://github.com/dimitrinicolas/use-mouse-action",
  "scripts": {
    "publish": "clean-publish --files .nyc_output coverage"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  }
}
