{
  "name": "@darius_rosendahl/react-use-hoverintent",
  "version": "1.1.7",
  "description": "React hook for hoverIntent",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "hover",
    "hoverintent",
    "delay",
    "react",
    "hooks"
  ],
  "author": "linlilulll@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.9.35",
    "react": "^16.13.1",
    "typescript": "^3.9.2"
  },
  "repository": "https://github.com/llldar/react-use-hoverintent",
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "exclude": [
    "node_modules"
  ],
  "scripts": {
    "build": "tsc && babel src --out-dir dist --extensions .ts,.tsx,.js,.jsx && cp package.json LICENSE.md README.md ./dist"
  },
  "dependencies": {
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1"
  }
}
