quickstarts/tutorials/pub-sub/node-subscriber/package.json

16 lines
340 B
JSON

{
"name": "node-subscriber",
"version": "1.0.0",
"private": true,
"description": "A subscriber microservice in the Dapr pub-sub sample",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Volum",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}