{
  "name": "react-tooltip",
  "version": "4.2.21",
  "description": "react tooltip component",
  "main": "dist/index.js",
  "types": "dist/react-tooltip.d.ts",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "npm": ">=6.13"
  },
  "scripts": {
    "pretest": "npm-run-all pretty:quick lint:staged",
    "eslint:fix": "./node_modules/.bin/eslint . --ignore-path ./.eslintignore --fix",
    "pretty:quick": "./node_modules/.bin/pretty-quick --staged",
    "lint:staged": "./node_modules/.bin/lint-staged",
    "test:unit": "mocha --require @babel/register --require ignore-styles test/*.spec.js",
    "clean": "rimraf dist",
    "build:rollup": "rollup -c",
    "build": "npm-run-all clean copy:types build:rollup",
    "build:watch": "rollup -c -w",
    "start": "npm-run-all clean build:watch",
    "gh-pages": "gh-pages -d example",
    "github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body",
    "copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot",
    "cm": "git cz",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wwayne/react-tooltip"
  },
  "keywords": [
    "react",
    "react-component",
    "tooltip",
    "react-tooltip"
  ],
  "author": "wwayne",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wwayne/react-tooltip/issues"
  },
  "homepage": "https://github.com/wwayne/react-tooltip#readme",
  "browserify-shim": {
    "react": "global:React",
    "react-dom": "global:ReactDOM"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "uuid": "^7.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.8.3",
    "@babel/register": "^7.8.3",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.2.0",
    "@commitlint/travis-cli": "^8.3.5",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@semantic-release/changelog": "^5.0.0",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.0.5",
    "@semantic-release/release-notes-generator": "^9.0.1",
    "@svgr/rollup": "^4.3.3",
    "@testing-library/react": "^11.0.4",
    "babel-eslint": "^4.1.1",
    "babel-loader": "v8.0.0-beta.0",
    "babelify": "^9.0.0",
    "browserify": "^13.0.0",
    "browserify-shim": "^3.8.12",
    "chai": "^4.2.0",
    "chai-enzyme": "^1.0.0-beta.1",
    "chai-spies": "^1.0.0",
    "commitizen": "2.9.6",
    "concurrently": "^2.1.0",
    "core-js": "^3.12.1",
    "cpy-cli": "^3.1.1",
    "cz-conventional-changelog": "^3.1.0",
    "enzyme": "^2.3.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^6.8.0",
    "eslint-config-jss": "5.0.1",
    "eslint-config-prettier": "6.10.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "1.1.0",
    "github-changes": "^1.1.2",
    "http-server": "^0.11.1",
    "husky": "^3.1.0",
    "ignore-styles": "5.0.1",
    "jsdom": "^16.4.0",
    "lint-staged": "^10.2.7",
    "mocha": "^8.1.3",
    "mocha-each": "^2.0.1",
    "mocha-jsdom": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "postcss-nested": "^4.2.1",
    "postcss-simple-vars": "^5.0.2",
    "prettier": "1.19.1",
    "pretty-quick": "^2.0.1",
    "react": "^16.4.1",
    "react-addons-test-utils": "^15.1.0",
    "react-dom": "^16.4.1",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.5",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-eslint": "7.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-sass": "^1.2.2",
    "rollup-plugin-stylelint": "1.0.0",
    "rollup-plugin-url": "^3.0.1",
    "sass": "^1.34.0",
    "semantic-release": "^17.0.4",
    "snazzy": "^2.0.1",
    "standard": "^5.2.2",
    "stylelint": "13.2.0",
    "stylelint-config-standard": "20.0.0",
    "uglifyjs": "^2.4.10",
    "watchify": "^3.11.1"
  },
  "files": [
    "dist"
  ],
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "branch": "master"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,ts}": "yarn eslint:fix"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn pretest",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
