gx
chenyc
2026-05-24 a43f8991d3f5fa2ef4e0f3eeeca00fb4afc263c0
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
{
  "name": "jms-connection-service",
  "version": "1.0.0",
  "description": "JMS 透析机 TCP 联机服务 - 管理与监控多台 GC-110N 设备",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "dev": "node index.js",
    "build": "node scripts/build.js",
    "build:win": "node scripts/build.js --win",
    "build:linux": "node scripts/build.js --linux",
    "decode-log": "node tools/decode-log.js logs/service.2026-05-18.log"
  },
  "pkg": {
    "assets": [
      "dashboard/public/**/*",
      "lib/**/*.js"
    ],
    "targets": [
      "node18-win-x64",
      "node18-linux-x64"
    ],
    "outputPath": "dist"
  },
  "dependencies": {
    "alibabacloud-iot-device-sdk": "^1.2.7",
    "axios": "^1.7.0",
    "mqtt": "^5.6.0",
    "qs": "^6.12.0",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "pkg": "^5.8.1"
  }
}