根据卓岚的通讯文件做的透析机通讯
chenyc
2025-12-09 58b579ac16073398089ed095788072d3fc17cc62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "zl-communication",
  "version": "1.0.0",
  "description": "卓蓝透析通讯连接",
  "license": "ISC",
  "author": "",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "zl-communication": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
 
  },
  "dependencies": {
    "aliyun-iot-device-sdk": "^1.0.1",
    "winston": "^3.17.0"
  }
}