{
  "name": "react-popper-tooltip",
  "version": "3.1.1",
  "description": "React tooltip library built around react-popper",
  "homepage": "https://react-popper-tooltip.netlify.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohsinulhaq/react-popper-tooltip"
  },
  "main": "dist/cjs/react-popper-tooltip.js",
  "module": "dist/esm/react-popper-tooltip.js",
  "style": "dist/styles.css",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": [
    "dist/styles.css"
  ],
  "scripts": {
    "build": "rm -rf dist && rollup -c && cp src/styles.css dist && yarn tsc && rm -rf compiled",
    "prepublishOnly": "yarn typecheck && yarn lint && yarn build && yarn test",
    "prettier": "prettier --write src/**/*.{ts,tsx}",
    "docs": "docz dev",
    "docs:build": "docz build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/**/*.{ts,tsx}",
    "test": "jest tests/"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn typecheck && yarn build && yarn test && lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.(ts|tsx)": [
      "prettier --write",
      "yarn lint --fix"
    ]
  },
  "keywords": [
    "react",
    "tooltip",
    "popover",
    "overlay",
    "react-tooltip",
    "react-popper"
  ],
  "author": "Mohsin Ul Haq <mohsinulhaq01@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.6.0 || ^17.0.0",
    "react-dom": "^16.6.0 || ^17.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "@popperjs/core": "^2.5.4",
    "react-popper": "^2.2.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.12.5",
    "@babel/preset-typescript": "^7.12.1",
    "@testing-library/react": "^11.1.1",
    "@types/jest": "^26.0.15",
    "@types/react": "^16.9.55",
    "@types/react-dom": "^16.9.9",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "docz": "^2.3.1",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.5",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.1",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rollup": "^2.33.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "typescript": "^4.0.5"
  }
}
