1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "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"
| }
| }
|
|