东丽网口版透析机 socket- server 通讯
chenyc
2025-12-09 7cfe3332f016d7def7ca8ad25ed8bbdc33d23ed2
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
{
  "name": "dongli-socketserver",
  "version": "1.0.0",
  "description": "东丽透析机 网卡版socket通讯服务",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "dev": "nodemon index.js",
    "pkg": "pkg ./dist/index.js",
    "pkg2": "pkg ./dist/index.js --target node10-win-x64",
    "build": "ncc build index.js -o dist",
    "test": "echo \"Error: no test specified\" && exit 1",
    "buildPkg": "pkg ."
  },
  "pkg": {
    "assets": [
      "config/**/*"
    ],
    "targets": [
      "node18-win-x64"
    ],
    "outputPath": "dist"
  },
  "author": "cyc",
  "license": "ISC",
  "dependencies": {
    "aliyun-iot-device-sdk": "^1.0.1",
    "axios": "^1.13.2",
    "mqtt": "^5.13.3",
    "qs": "^6.13.1",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.3",
    "nodemon": "^3.1.9"
  }
}