js-broadcast-channel
Version:
53 lines • 1.35 kB
JSON
{
"name": "js-broadcast-channel",
"version": "1.4.0",
"description": "Broadcast-js",
"main": "index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --dts --format esm --minify --treeshake --target es2020 --clean",
"dev": "tsup src/index.ts --dts --format esm --watch",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"broadcast-channel",
"broadcast-api",
"cross-tab",
"cross-window",
"browser-communication",
"tab-communication",
"messaging",
"browser-messaging",
"typescript",
"browser-sync",
"window-communication",
"browser-events",
"web-messaging",
"channel-api",
"browser-tabs"
],
"author": "Alireza Valipou",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/AlirezaValipourm/js-broadcast-channel.git"
},
"bugs": {
"url": "https://github.com/AlirezaValipourm/js-broadcast-channel/issues"
},
"module": "dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"homepage": "https://github.com/AlirezaValipourm/js-broadcast-channel#readme",
"devDependencies": {
"@types/node": "^22.13.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}