gx
chenyc
2025-12-10 1daaf55ceac01b00be25aecc7efb57cf47a34155
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
39
40
41
42
{
  "name": "huamo-data-service",
  "version": "1.0.0",
  "description": "透析机数据转发服务:接收设备数据并上传至阿里云 IoT",
  "main": "server.js",
  "bin": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "pkg": "pkg ./dist/index.js",
    "build": "ncc build server.js -o dist",
    "pm2:start": "pm2 start ecosystem.config.js",
    "pm2:stop": "pm2 stop ecosystem.config.js",
    "pm2:restart": "pm2 restart ecosystem.config.js",
    "pm2:logs": "pm2 logs dialysis-data-service",
    "pm2:monit": "pm2 monit"
  },
  "dependencies": {
    "aliyun-iot-device-sdk": "^1.0.1",
    "axios": "^1.7.9",
    "body-parser": "^1.20.2",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "lru-cache": "^4.1.5",
    "morgan": "^1.10.1",
    "mqtt": "^5.13.3",
    "qs": "^6.13.1",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.4",
    "nodemon": "^3.0.1"
  },
  "keywords": [
    "iot",
    "dialysis",
    "aliyun",
    "medical"
  ],
  "author": "cyc",
  "license": "MIT"
}