@sbs-def/express-nats-microservice
Version:
A simple Express.js and NATS Streaming package for inter-microservice communication
17 lines (16 loc) • 521 B
JSON
{
"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"
}
}