From b0c04fb404892e7b14f6f82ba8153bea3db9b097 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 06 八月 2025 17:35:34 +0800
Subject: [PATCH] init
---
package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 5aea227..b7484ef 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"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"
},
@@ -16,6 +16,7 @@
"dependencies": {
"aliyun-iot-device-sdk": "^1.0.1",
"axios": "^1.7.9",
+ "mqtt": "^5.13.3",
"qs": "^6.13.1",
"winston-daily-rotate-file": "^5.0.0"
},
--
Gitblit v1.8.0