{
  "name": "@shakacode/recompose",
  "version": "0.31.0",
  "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",
  "types": "index.d.ts",
  "dependencies": {
    "@babel/runtime": "^7.22.0",
    "change-emitter": "^0.1.2",
    "hoist-non-react-statics": "^3.3.2",
    "symbol-observable": "^4.0.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  }
}