{
  "name": "shared-timers",
  "version": "0.1.2",
  "description": "Unthrottleable timers that work across tabs.",
  "license": "MIT",
  "author": "Vyacheslav Konovalov <🦀vk@protonmail.com>",
  "repository": "https://github.com/crabvk/shared-timers.git",
  "homepage": "https://github.com/crabvk/shared-timers",
  "type": "module",
  "main": "dist/shared-timers.umd.cjs",
  "module": "dist/shared-timers.js",
  "types": "dist/main.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "Worker",
    "SharedWorker",
    "Timers",
    "setInterval",
    "setTimeout"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "~5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "packageManager": "yarn@4.9.1"
}