{
  "name": "@sbs-def/express-nats-microservice",
  "version": "1.0.1",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["express", "nats", "microservices", "communication", "messaging"],
  "author": "Soft Business Solutions",
  "license": "ISC",
  "description": "A simple Express.js and NATS Streaming package for inter-microservice communication",
  "dependencies": {
    "express": "^4.21.1",
    "node-nats-streaming": "^0.3.2"
  }
}
