-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 940 Bytes
/
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
{
"name": "homebridge-plugin-ewelink-cube",
"displayName": "eWeLink CUBE",
"version": "1.2.1",
"description": "homebridge-plugin",
"main": "lib/index.js",
"scripts": {
"build": "rimraf ./lib && tsc && cd lib/homebridge-ui && mkdir public"
},
"repository": {
"type": "git",
"url": "https://github.com/CoolKit-Technologies/cc.coolkit.it.ihost.homebridge.plugin.server.git"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"keywords": [
"homebridge-plugin"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/color-convert": "^2.0.0",
"@types/eventsource": "^1.1.10",
"@types/lodash": "^4.14.191",
"@types/multicast-dns": "^7.2.1",
"homebridge": "^1.6.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^1.2.2",
"color-convert": "^2.0.1",
"eventsource": "^2.0.2",
"lodash": "^4.17.21",
"multicast-dns": "^7.2.5"
}
}