UNPKG

elf-sync-state

Version:
36 lines 838 B
{ "name": "elf-sync-state", "version": "1.3.0", "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" }, "sideEffects": false, "license": "MIT", "module": "./index.esm.js", "type": "module", "main": "./index.esm.js", "types": "./index.esm.d.ts" }