{ "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" }