{
  "name": "react-global-state-hooks",
  "version": "16.0.3",
  "description": "This is a package to easily handling global-state across your react components",
  "main": "./bundle.cjs",
  "module": "./bundle.mjs",
  "types": "./index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./bundle.mjs",
      "require": "./bundle.cjs"
    },
    "./createContext": {
      "types": "./createContext.d.ts",
      "import": "./createContext.mjs",
      "require": "./createContext.cjs"
    },
    "./GlobalStore": {
      "types": "./GlobalStore.d.ts",
      "import": "./GlobalStore.mjs",
      "require": "./GlobalStore.cjs"
    },
    "./createGlobalState": {
      "types": "./createGlobalState.d.ts",
      "import": "./createGlobalState.mjs",
      "require": "./createGlobalState.cjs"
    },
    "./types": {
      "types": "./types.d.ts",
      "import": "./types.mjs",
      "require": "./types.cjs"
    },
    "./isRecord": {
      "types": "./isRecord.d.ts",
      "import": "./isRecord.mjs",
      "require": "./isRecord.cjs"
    },
    "./shallowCompare": {
      "types": "./shallowCompare.d.ts",
      "import": "./shallowCompare.mjs",
      "require": "./shallowCompare.cjs"
    },
    "./throwWrongKeyOnActionCollectionConfig": {
      "types": "./throwWrongKeyOnActionCollectionConfig.d.ts",
      "import": "./throwWrongKeyOnActionCollectionConfig.mjs",
      "require": "./throwWrongKeyOnActionCollectionConfig.cjs"
    },
    "./uniqueId": {
      "types": "./uniqueId.d.ts",
      "import": "./uniqueId.mjs",
      "require": "./uniqueId.cjs"
    },
    "./actions": {
      "types": "./actions.d.ts",
      "import": "./actions.mjs",
      "require": "./actions.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "*.js",
    "*.cjs",
    "*.mjs",
    "*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnny-quesada-developer/react-global-state-hooks.git"
  },
  "keywords": [
    "react",
    "redux",
    "state",
    "useState",
    "useContext",
    "global-state",
    "context",
    "typescript",
    "nextjs",
    "next.js",
    "next",
    "react-hooks",
    "hooks",
    "react-hooks-global-states",
    "react-global-state-hooks",
    "react-global-state",
    "react-global-hooks",
    "react-global",
    "preact"
  ],
  "author": "Johnny Quesada",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnny-quesada-developer/react-global-state-hooks/issues"
  },
  "homepage": "https://github.com/johnny-quesada-developer/react-global-state-hooks#readme",
  "dependencies": {
    "json-storage-formatter": "^4.0.0",
    "react-hooks-global-states": "^16.0.3"
  },
  "peerDependencies": {
    "json-storage-formatter": "^4.0.0",
    "react": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "json-storage-formatter": {
      "optional": false
    }
  }
}
