{
  "name": "@chatbot-architecture-example/pkg-pubsub",
  "version": "1.0.0",
  "description": "A Cloud Pub/Sub helper.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Mike Nikles (@mikenikles)",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@google-cloud/pubsub": "^0.18.0"
  }
}
