{
	"name": "sync-zustand",
  "author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
  "version": "0.2.2",
  "description": "Zustand middleware to easily sync Zustand state between tabs and windows",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react18-tools/zustand-sync-tabs.git"
  },
  "bugs": {
    "url": "https://github.com/react18-tools/zustand-sync-tabs/issues"
  },
  "homepage": "https://github.com/react18-tools/zustand-sync-tabs#readme",
  "sideEffects": false,
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/mayank1513"
  },
  "peerDependencies": {
    "zustand": "3-5"
  },
  "keywords": [
    "web",
    "api",
    "broadcast",
    "channel",
    "sync-tabs",
    "sync-windows",
    "sync",
    "broadcast-channel",
    "hooks",
    "react",
    "react 18",
    "zustand",
    "middleware",
    "state",
    "optimized",
    "tiny",
    "typescript",
    "javascript",
    "zustand",
    "mayank1513"
  ]
}