forked from kiwi-cam/homebridge-broadlink-rm
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·55 lines (55 loc) · 1.53 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
53
54
55
{
"name": "homebridge-broadlink-rm-pro-http",
"displayName": "Homebridge Broadlink RM Pro HTTP",
"version": "4.4.45",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features, adding HTTP endpoints for execution",
"license": "ISC",
"scripts": {
"release": "release-it",
"lint": "eslint -c .eslintrc.json --ignore-pattern=\"node_modules\" --ext js .",
"lint-fix": "npm run prettier && eslint -c .eslintrc.json --ignore-pattern=\"node_modules\" --ext js --fix .",
"prettier": "prettier --write \"**/*.js\""
},
"keywords": [
"homebridge-plugin",
"broadlink",
"rm pro 3",
"rm mini 3",
"rm4"
],
"engines": {
"node": ">=7.6.0",
"homebridge": ">=1.4.1"
},
"author": {
"name": "rocket-monkey"
},
"repository": {
"type": "git",
"url": "https://github.com/rocket-monkey/homebridge-broadlink-rm.git"
},
"dependencies": {
"await-semaphore": "^0.1.3",
"kiwicam-broadlinkjs-rm": "^0.9.19",
"chai": "^4.3.7",
"fakegato-history": "^0.6.4",
"find-key": "^2.1.3",
"github-version-checker": "^2.3.0",
"kiwicam-broadlinkjs-rm": "^0.9.19",
"mqtt": "^4.3.7",
"node-persist": ">=2.1.0 <3.0.0",
"semver": "^7.5.2",
"node-arp": "^1.0.6",
"ping": "^0.4.4",
"semver": "^7.5.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint-plugin-no-autofix": "^1.2.3",
"hap-nodejs": "^0.11.1",
"mocha": "^10.2.0",
"release-it": "^16.1.5",
"prettier": "3.2.2"
}
}