-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tuya-cloud-to-influxdb",
"version": "0.1.0",
"description": "Use Tuya cloud API to push data from devices to influxdb",
"main": "cli.js",
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nalajcie/tuya-cloud-to-influxdb.git"
},
"keywords": [
"tuya",
"influxdb",
"tuya-cloud"
],
"author": "Marek Białowąs",
"license": "MIT",
"bin": "./cli.js",
"bugs": {
"url": "https://github.com/nalajcie/tuya-cloud-to-influxdb/issues"
},
"homepage": "https://github.com/nalajcie/tuya-cloud-to-influxdb#readme",
"dependencies": {
"@tuyapi/cloud": "^0.4.1",
"cache-manager": "^2.9.0",
"cache-manager-fs": "^1.0.7",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"configstore": "^4.0.0",
"debug": "^4.1.1",
"influx": "^5.0.7",
"is": "^3.3.0",
"ora": "^3.4.0"
},
"xo": {
"space": true,
"rules": {
"camelcase": "off"
}
},
"devDependencies": {
"xo": "^0.24.0"
}
}