1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "name": "y",
| "version": "1.0.0",
| "description": "",
| "main": "serverTcp.js",
| "scripts": {
| "dev": "node serverTcp.js",
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "author": "",
| "license": "ISC",
| "dependencies": {
| "alibabacloud-iot-device-sdk": "^1.2.8",
| "aliyun-iot-device-sdk": "^1.0.1",
| "axios": "^1.13.2",
| "mqtt": "^5.3.0",
| "qs": "^6.14.0",
| "winston": "^3.18.3"
| }
| }
|
|