{ "name": "zl-communication", "version": "1.0.0", "description": "卓蓝透析通讯连接", "license": "ISC", "author": "", "type": "commonjs", "main": "index.js", "bin": { "zl-communication": "./index.js" }, "scripts": { "start": "node ./index.js", "pkg": "pkg index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "aliyun-iot-device-sdk": "^1.0.1", "winston": "^3.17.0" } }