andresusandi-pubsub
Version:
PubSub library that provides a number of different underlying technologies
22 lines (21 loc) • 423 B
JSON
{
"name": "andresusandi-pubsub",
"version": "1.0.9",
"description": "PubSub library that provides a number of different underlying technologies",
"main": "main.js",
"scripts": {
"test": "jest"
},
"keywords": [
"PubSub",
"Publisher",
"Subscriber",
"Event",
"Messaging"
],
"author": "Andres Usandi",
"license": "ISC",
"dependencies": {
"@google-cloud/pubsub": "^1.7.2"
}
}