package.json
@@ -7,6 +7,7 @@ "scripts": { "dev": "nodemon main.js", "build": "ncc build main.js -o dist", "build2":"pkg main.js --targets node10-win-x64 --verbose", "pkg": "pkg main.js", "pkg2": "pkg ./dist/index.js --target node16-win-x64", "test": "echo \"Error: no test specified\" && exit 1" @@ -19,11 +20,10 @@ "dependencies": { "aliyun-iot-device-sdk": "^1.0.1", "axios": "^1.7.9", "winston": "^3.17.0" "winston": "^3.2.1" }, "devDependencies": { "@vercel/ncc": "^0.38.3", "nexe": "^4.0.0-rc.6", "nodemon": "^3.1.9" } }