{
  "name": "consumer",
  "version": "1.0.0",
"description": "Demo application to bind and consume the <%= app_name %> service and broker ",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@sap/xsenv": "^2.2.0",
    "express": "^4.17.1",
    "request": "^2.88.0"
  },
  "engines": {
    "node": "^12.0.0"
  }
}
