UNPKG

tab-whisper

Version:

A lightweight, browser-only framework for inter-tab/window communication using the Broadcast Channel API

54 lines 1.31 kB
{ "name": "tab-whisper", "version": "1.0.0", "description": "A lightweight, browser-only framework for inter-tab/window communication using the Broadcast Channel API", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "broadcast-channel", "inter-tab", "communication", "browser", "messaging", "tab-communication", "tab-whisper", "whisper", "tab-whisper" ], "author": "ajnaduvil", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "rollup": "^4.9.0", "tslib": "^2.6.2", "typescript": "^5.3.0" }, "repository": { "type": "git", "url": "https://github.com/ajnaduvil/tab-whisper.git" }, "bugs": { "url": "https://github.com/ajnaduvil/tab-whisper/issues" }, "homepage": "https://github.com/ajnaduvil/tab-whisper#readme", "engines": { "node": ">=14.0.0" }, "browserslist": [ "Chrome >= 54", "Firefox >= 38", "Safari >= 15.4", "Edge >= 79" ] }