-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1002 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
35
36
37
38
39
40
{
"name": "node-red-contrib-azure-iothub-2-adt",
"description": "Nodes to simplify the connection between Azure IoT Hub and Azure Digital Twins (ADT)",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/arfontai/node-red-contrib-azure-iothub-2-adt.git"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"node-red",
"Azure",
"Azure IoT",
"Azure Digital Twins"
],
"node-red": {
"nodes": {
"Azure": "azureiothub2adt.js"
}
},
"dependencies": {
"@azure/digital-twins-core": "latest",
"@azure/event-hubs": "^5.6.0",
"@azure/identity": "^2.0.1",
"@azure/msal-node": "^1.3.3",
"@types/node": "^16.11.11",
"azure-iot-device": "^1.17.8",
"azure-iot-device-mqtt": "^1.15.8",
"azure-iothub": "^1.14.6",
"dotenv": "latest",
"node-red-contrib-config": "^1.2.1",
"uuid": "^8.3.0"
},
"author": {
"name": "Arnaud Fontaine",
"email": "[email protected]"
}
}