ga-pubsub
Version:
It establishes data communication between different components or systems using event-driven architecture
38 lines (37 loc) • 827 B
JSON
{
"name": "ga-pubsub",
"version": "1.0.49",
"description": "It establishes data communication between different components or systems using event-driven architecture",
"main": "ga-pubsub.js",
"scripts": {
"test": "npx jest"
},
"jest": {
"testMatch": [
"**/?(*.)+(spec|test).js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajithrajg/GA-PubSub.git"
},
"keywords": [
"publish",
"subscribe",
"pubsub",
"live data",
"event-driven architecture",
"eventing manager",
"Scalable",
"Flexible"
],
"author": "Ajithraj G",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajithrajg/GA-PubSub/issues"
},
"homepage": "https://github.com/ajithrajg/GA-PubSub#readme",
"devDependencies": {
"jest": "^29.7.0"
}
}