东丽网口版透析机 socket- server 通讯
chenyc
2026-01-05 bbce2824bd6492535ec437f0863726be347acf7f
package.json
@@ -7,15 +7,26 @@
  "scripts": {
    "dev": "nodemon index.js",
    "pkg": "pkg ./dist/index.js",
    "pkg2":"pkg ./dist/index.js --target node10-win-x64",
    "pkg2": "pkg ./dist/index.js --target node10-win-x64",
    "build": "ncc build index.js -o dist",
    "test": "echo \"Error: no test specified\" && exit 1"
    "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.7.9",
    "axios": "^1.13.2",
    "mqtt": "^5.13.3",
    "qs": "^6.13.1",
    "winston-daily-rotate-file": "^5.0.0"
  },