{
  "name": "cloud-relay",
  "version": "0.3.9",
  "description": "balenaBlock to push data from IoT device to cloud provider",
  "main": "index.js",
  "type": "module",
  "private": false,
  "dependencies": {
    "aws-iot-device-sdk": "^2.2.11",
    "async-mqtt": "^2.6.1",
    "azure-iot-device": "^1.17.8",
    "azure-iot-device-mqtt": "^1.15.8",
    "jsonwebtoken": "^8.5.1",
    "node-fetch": "^3.1.0"
  },
  "devDependencies": {},
  "scripts": {
    "start": "node index.js",
    "test": "echo \"No tests yet\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https@github.com:balena-io-examples/cloud-relay.git"
  },
  "author": "Ken Bannister <ken@balena.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/balena-io-examples/cloud-relay/issues"
  },
  "homepage": "https://github.com/balena-io-examples/cloud-relay",
  "versionist": {
    "publishedAt": "2023-04-14T18:55:57.179Z"
  }
}
