{
  "name": "flock-election",
  "version": "0.1.7",
  "description": "A robust JavaScript library for implementing the Leader Election algorithm across distributed environments (tabs, windows, and processes). It ensures only one instance handles critical tasks and provides reliable inter-instance communication.",
  "main": "index.js",
  "type": "commonjs",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foroughi1380/flock.js.git"
  },
  "author": "Mohammad Foroughi",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/foroughi1380/flock.js/issues"
  },
  "keywords": [
    "leader-election",
    "flock",
    "broadcastchannel",
    "distributed-system",
    "singleton",
    "multiton",
    "browser",
    "tab-sync",
    "worker",
    "cluster",
    "lock",
    "javascript"
  ],
  "homepage": "https://github.com/foroughi1380/flock.js#readme"
}
