{
  "name": "state-pool",
  "private": false,
  "version": "0.10.2",
  "description": "Transform your React app with our state management library! Declare global and local states like variables, powered by the magic of React hooks 🪄✨",
  "license": "MIT",
  "homepage": "https://github.com/yezyilomo/state-pool/blob/master/README.md",
  "repository": "https://github.com/yezyilomo/state-pool",
  "bugs": "https://github.com/yezyilomo/state-pool/issues",
  "keywords": [
    "state",
    "immutable"
  ],
  "authors": [
    "Yezileli Ilomo <yezileliilomo@hotmail.com> (https://github.com/yezyilomo)"
  ],
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "files": [
    "**"
  ],
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "module": "./esm/index.js",
      "import": "./esm/index.js",
      "default": "./index.js"
    }
  },
  "dependencies": {
    "immer": ">=10.0.0"
  },
  "peerDependencies": {
    "react": ">=16.8.3"
  }
}
