{
  "name": "react-with-gesture",
  "version": "4.0.8",
  "description": "hoc for receiving gestures",
  "main": "dist/react-with-gesture",
  "module": "dist/react-with-gesture.es",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "lint-staged": {
    "*.{js,ts,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "prepare": "npm run build",
    "test:typings": "typings-tester --dir test/typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drcmda/react-with-gesture.git"
  },
  "keywords": [
    "react",
    "hoc",
    "gesture",
    "mouse",
    "touch"
  ],
  "author": "Paul Henschel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drcmda/react-with-gesture/issues"
  },
  "homepage": "https://github.com/drcmda/react-with-gesture#readme",
  "devDependencies": {
    "@babel/core": "7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-transform-runtime": "7.1.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-stage-2": "7.0.0",
    "@babel/runtime": "7.1.2",
    "@types/react": "^16.4.18",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "23.6.0",
    "babel-plugin-annotate-pure-calls": "0.4.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.19",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "prettier": "^1.16.4",
    "react": "16.6.0",
    "react-dom": "16.6.0",
    "rimraf": "2.6.2",
    "rollup": "0.67.0",
    "rollup-plugin-babel": "4.0.3",
    "typescript": "^3.1.6",
    "typings-tester": "^0.3.2"
  },
  "peerDependencies": {
    "prop-types": "15.x.x",
    "react": ">= 16.0.0",
    "react-dom": ">= 16.0.0"
  }
}
