-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
49 lines (49 loc) · 1.15 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
47
48
49
{
"name": "zigbee2mqtt-adapter",
"version": "1.1.34",
"description": "Connect to your Zigbee devices. Builds on the open source Zigbee2MQTT project.",
"scripts": {
"lint": "eslint ."
},
"main": "index.js",
"homepage": "https://github.com/kabbi/zigbee2mqtt-adapter",
"author": "Kabbi & CandleSmartHome.com",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kabbi/zigbee2mqtt-adapter.git"
},
"bugs": {
"url": "https://github.com/kabbi/zigbee2mqtt-adapter/issues"
},
"dependencies": {
"barometer-trend": "^2.2.6",
"core-js": "^3.27.2",
"mqtt": "^4.3.7",
"typescript": "^4.9.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0"
},
"files": [
"LICENSE",
"README.md",
"SHA256SUMS",
"devices.js",
"index.js",
"manifest.json",
"node_modules",
"ExposesDeviceGenerator.js",
"zigbee2mqtt-adapter.js",
"simulator.js",
"api-handler.js",
"css/extension.css",
"js/extension.js",
"js/graphviz.js",
"images/menu-icon.svg",
"images/network-map.svg",
"images/spinner.gif",
"views/content.html"
]
}