-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (34 loc) · 740 Bytes
/
package.json
File metadata and controls
43 lines (34 loc) · 740 Bytes
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
{
"name": "mqtt-melcloud",
"version": "0.1.2",
"description": "MQTT integration for Mitsubishi Melcloud devices",
"author": "zephyrus",
"license": "MIT",
"homepage": "https://github.com/zephyrus/mqtt-melcloud",
"bugs": {
"url": "https://github.com/zephyrus/mqtt-melcloud/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zephyrus/mqtt-melcloud.git"
},
"keywords": [
"mqtt",
"mitsubishi",
"melcloud"
],
"scripts": {
"lint": "eslint .",
"start": "node index.js"
},
"dependencies": {
"mqtt": "4.2.8",
"request": "2.88.2",
"lookup-dns-cache": "2.1.0"
},
"devDependencies": {
"eslint": "7.31.0",
"eslint-plugin-import": "2.23.4",
"eslint-config-airbnb-base": "14.2.0"
}
}