德朗6000透析机socket客户端程序通讯
gx
chenyc
2025-12-10 efa42a573642e7de5e3f0621034822c3238e80cb
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": "dora-6000communication",
  "version": "1.0.0",
  "description": "",
  "main": "main.js",
  "bin": "mian.js",
  "scripts": {
    "dev": "nodemon main.js",
    "build": "ncc build main.js -o dist",
    "build2": "pkg main.js --targets node12-win-x64 --verbose",
    "pkg": "pkg main.js",
    "pkg2": "pkg ./dist/index.js --target node16-win-x64",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "assets": [
    "config.json"
  ],
  "author": "cyc",
  "license": "ISC",
  "dependencies": {
    "aliyun-iot-device-sdk": "^1.0.1",
    "axios": "^1.7.9",
    "crc": "^4.3.2",
    "mqtt": "^3.0.0",
    "winston": "^3.2.1",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.3",
    "nodemon": "^3.1.9"
  },
  "pkg": {
    "assets": [
      "public/**/*",
      "!config.json"
    ]
  }
}