-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 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
{
"name": "mock-devices-de",
"version": "10.3.0",
"description": "mock-devices docker edition",
"main": "./_dist/start.js",
"repository": {
"type": "git",
"url": "https://github.com/codetunez/mock-devices-de"
},
"scripts": {
"build": "tsc --pretty"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^12.0.2",
"@types/lodash": "^4.14.157",
"axios": "^0.21.1",
"azure-iot-common": "^1.12.6",
"azure-iot-device": "^1.17.2",
"azure-iot-device-mqtt": "^1.15.2",
"azure-iot-provisioning-device": "^1.8.6",
"azure-iot-provisioning-device-mqtt": "^1.7.6",
"azure-iot-security-symmetric-key": "^1.7.6",
"azure-iothub": "^1.9.9",
"body-parser": "^1.19.0",
"lodash": "^4.17.19",
"cors": "^2.8.5",
"is-docker": "^2.0.0",
"express": "^4.17.0",
"morgan": "^1.9.1",
"random-location": "^1.1.2",
"random-words": "^1.1.0",
"request": "^2.88.0",
"typescript": "^3.6.4",
"uuid": "^3.3.2"
}
}