{
  "name": "elf-sync-state-yomo",
  "version": "1.0.12",
  "description": "Syncs elf store state across tabs",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/RicardoJBarrios/elf-sync-state/issues"
  },
  "homepage": "https://github.com/RicardoJBarrios/elf-sync-state/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/RicardoJBarrios/elf-sync-state"
  },
  "keywords": [
    "javascript",
    "state-management",
    "elf",
    "broadcastchannel",
    "sync-state"
  ],
  "dependencies": {
    "lodash-es": ">= 4.0.0"
  },
  "peerDependencies": {
    "@ngneat/elf": ">= 1.3.0",
    "rxjs": ">= 7.0.0",
    "@yomo/presencejs": "^1.0.0-alpha.4"
  },
  "sideEffects": false,
  "license": "MIT",
  "module": "./index.js",
  "main": "./index.cjs",
  "type": "module",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    }
  }
}
