{
  "name": "@shakacode/recompose",
  "version": "0.30.3",
  "author": "Andrew Clark <acdlite@me.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/shakacode/recompose.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shakacode/recompose/issues"
  },
  "homepage": "https://github.com/shakacode/recompose",
  "description": "A React utility belt for function components and higher-order components",
  "keywords": [
    "react",
    "higher-order",
    "components",
    "microcomponentization",
    "toolkit",
    "utilities",
    "composition"
  ],
  "main": "dist/Recompose.cjs.js",
  "module": "dist/Recompose.esm.js",
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "change-emitter": "^0.1.2",
    "hoist-non-react-statics": "^3.3.2",
    "react-lifecycles-compat": "^3.0.4",
    "symbol-observable": "^3.0.0"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
  }
}