-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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-14T19:00:51.914Z"
}
}