forked from rdeepak2002/FruitMonitorServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.05 KB
/
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": "read-d2c-messages",
"version": "1.0.0",
"description": "Back-end application in the IoT Hub quickstart device-to-cloud sample",
"main": "ReadDeviceToCloudMessages.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure-Samples/azure-iot-samples-node.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure-Samples/azure-iot-samples-node/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-iot-samples-node#readme",
"dependencies": {
"@azure/cognitiveservices-customvision-prediction": "^5.1.2",
"@azure/cognitiveservices-customvision-training": "^5.2.0",
"@azure/event-hubs": "^5.0.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"firebase-admin": "^9.8.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.10",
"socket.io": "^4.1.2"
}
}