{ "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" } }