forked from AlexanderBabel/homebridge-broadlink-rm
-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.38 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
50
51
52
{
"name": "homebridge-broadlink-rm-pro",
"displayName": "Homebridge Broadlink RM Pro",
"version": "4.4.19",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features",
"license": "ISC",
"scripts": {
"release": "release-it",
"lint": "eslint -c .eslintrc.json --ignore-pattern=\"node_modules\" --ext js .",
"lint-fix": "eslint -c .eslintrc.json --ignore-pattern=\"node_modules\" --ext js --fix ."
},
"keywords": [
"homebridge-plugin",
"broadlink",
"rm pro 3",
"rm mini 3",
"rm4"
],
"engines": {
"node": ">=7.6.0",
"homebridge": "^1.4.1 || ^2.0.0-beta.0"
},
"author": {
"name": "kiwi-cam"
},
"funding": "https://paypal.me/kiwicamRM",
"repository": {
"type": "git",
"url": "[email protected]:kiwi-cam/homebridge-broadlink-rm.git"
},
"dependencies": {
"await-semaphore": "^0.1.3",
"kiwicam-broadlinkjs-rm": "^0.9.22",
"chai": "^4.3.7",
"fakegato-history": "^0.6.5",
"find-key": "^2.1.3",
"github-version-checker": "^2.3.0",
"mqtt": "^5.8.1",
"node-persist": ">=2.1.0 <3.0.0",
"semver": "^7.5.4",
"node-arp": "^1.0.6",
"ping": "^0.4.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint-plugin-no-autofix": "^1.2.3",
"hap-nodejs": "^0.12.2",
"mocha": "^10.6.0",
"release-it": "^17.6.0"
}
}