forked from yenoiwesa/homebridge-daikin-airbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "homebridge-daikin-airbase",
"version": "3.2.2",
"description": "A Homebridge plugin providing support for the Daikin Airbase.",
"main": "index.js",
"files": [
"/index.js",
"/src",
"/config.schema.json"
],
"scripts": {
"start": "homebridge -D -U ./homebridge-home -P .",
"debug": "ndb npm start",
"lint": "npx prettier '**/*.{js,json,md,yml}' --check && eslint ."
},
"keywords": [
"homebridge-plugin",
"homebridge",
"daikin",
"airbase",
"skyfi",
"BRP15B61"
],
"author": "Matthieu Di Berardino",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^8.3.0",
"homebridge": "^1.3.8",
"ndb": "^1.1.5",
"prettier": "^2.5.0"
},
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.0.0"
},
"dependencies": {
"debounce-promise": "^3.1.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"retry": "^0.13.1"
},
"homepage": "https://github.com/yenoiwesa/homebridge-daikin-airbase#readme",
"repository": {
"type": "git",
"url": "git://github.com/yenoiwesa/homebridge-daikin-airbase.git"
},
"bugs": {
"url": "http://github.com/yenoiwesa/homebridge-daikin-airbase/issues"
}
}