{
  "name": "tab-election",
  "version": "4.6.2",
  "description": "Provides leadership election and communication in the browser across tabs and workers using the Locks API and BroadcastChannel.",
  "main": "dist/tab.js",
  "module": "dist/tab.js",
  "exports": {
    ".": "./dist/tab.js",
    "./hub": "./dist/hub.js"
  },
  "scripts": {
    "start": "cd dist && http-server",
    "watch": "tsc -w",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dabblewriter/tab-election.git"
  },
  "author": "Jacob Wright",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dabblewriter/tab-election/issues"
  },
  "homepage": "https://github.com/dabblewriter/tab-election#readme",
  "devDependencies": {
    "http-server": "^14.1.1",
    "typescript": "^5.8.3",
    "vitest": "^4.1.9"
  }
}
