@mr-samani/event-bus
Version:
A lightweight JavaScript event bus for any framework with auto-global support
41 lines (40 loc) • 909 B
JSON
{
"name": "@mr-samani/event-bus",
"version": "3.0.1",
"description": "A lightweight JavaScript event bus for any framework with auto-global support",
"sideEffects": true,
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"scripts": {
"build": "tsup",
"build2": "tsup && npm run copy-files",
"copy-files": "cpy README.md dist"
},
"keywords": [
"event",
"event-bus",
"pub-sub",
"javascript",
"typescript",
"framework-agnostic",
"angular",
"react",
"vue",
"global"
],
"repository": {
"type": "git",
"url": "https://github.com/mr-samani/event-bus"
},
"author": "Mohammadreza Samani",
"license": "ISC",
"devDependencies": {
"@types/node": "^24.10.1",
"cpy": "^12.1.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}