{
  "name": "react-pusher-hoc",
  "version": "1.0.7",
  "description": "Higher-Order Component for handling incoming [pusher.com](https://pusher.com) events like a charm.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "prebuild": "rimraf dist",
    "build": "tsc",
    "test": "jest",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "prepublishOnly": "npm t && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fel1xw/react-pusher-hoc.git"
  },
  "keywords": [
    "react",
    "pusher",
    "hoc",
    "pusher-js",
    "higher-order component"
  ],
  "author": {
    "name": "Felix Wostal",
    "url": "https://felixwostal.de"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fel1xw/react-pusher-hoc/issues"
  },
  "homepage": "https://github.com/fel1xw/react-pusher-hoc#readme",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^23.3.14",
    "@types/node": "^10.17.28",
    "@types/react": "^16.9.44",
    "@types/react-dom": "^16.9.8",
    "coveralls": "^3.1.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "http-server": "^0.12.3",
    "jest": "^24.9.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^2.7.1",
    "ts-jest": "^23.10.5",
    "typedoc": "^0.15.8",
    "typescript": "^3.9.7"
  },
  "peerDependencies": {
    "react": ">=16.3"
  }
}
