{
  "name": "@noy-db/by-tabs",
  "version": "0.8.0",
  "description": "BroadcastChannel multi-tab transport for noy-db — sync between tabs of the same browser without round-tripping the storage backend",
  "license": "Apache-2.0",
  "author": "vLannaAi <vicio@lanna.ai>",
  "homepage": "https://github.com/noy-db/core/tree/main/packages/by-tabs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noy-db/core.git",
    "directory": "packages/by-tabs"
  },
  "bugs": {
    "url": "https://github.com/noy-db/core/issues"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "peerDependencies": {
    "@noy-db/by-peer": "^0.8.0",
    "@noy-db/hub": "^0.8.0"
  },
  "devDependencies": {
    "happy-dom": "^18.0.0",
    "@noy-db/by-peer": "0.8.0",
    "@noy-db/hub": "0.8.0"
  },
  "keywords": [
    "noy-db",
    "by-tabs",
    "broadcast-channel",
    "multi-tab",
    "tab-sync",
    "browser",
    "realtime",
    "sync",
    "encryption",
    "zero-knowledge"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  }
}