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