{
  "name": "idle-session",
  "version": "1.2.3",
  "description": "Seamless, multi-tab session orchestration for the modern web.",
  "keywords": [
    "idle",
    "session",
    "timeout",
    "heartbeat",
    "broadcast-channel",
    "multi-tab"
  ],
  "author": "Todd Horst",
  "license": "MIT",
  "homepage": "https://github.com/thorst/idle-session",
  "repository": {
    "type": "git",
    "url": "https://github.com/thorst/idle-session.git"
  },
  "bugs": {
    "url": "https://github.com/thorst/idle-session/issues"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "playwright test",
    "coverage": "cross-env VITE_COVERAGE=true playwright test && nyc report && node scripts/inject-coverage-nav.mjs"
  },
  "devDependencies": {
    "@playwright/test": "^1.50.0",
    "cross-env": "^10.1.0",
    "nyc": "^17.0.0",
    "vite": "^6.0.0",
    "vite-plugin-istanbul": "^6.0.0"
  },
  "types": "./IdleSession.d.ts",
  "exports": {
    ".": {
      "import": "./IdleSession.js",
      "default": "./IdleSession.js"
    }
  },
  "files": [
    "IdleSession.js",
    "IdleSession.d.ts",
    "dist/"
  ]
}
