-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
61 lines (61 loc) · 1.54 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
56
57
58
59
60
61
{
"name": "homebridge-philipsair-platform",
"version": "1.0.2",
"description": "Homebridge plugin for philips air purifier and humidifier.",
"author": "SeydX (https://github.com/SeydX/homebridge-philipsair-platform)",
"scripts": {
"lint": "eslint --fix .",
"prepublishOnly": "npm i --package-lock-only && npm audit fix && npm run lint"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.0",
"@babel/eslint-plugin": "7.14.5",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^38.0.0",
"prettier": "^2.4.1"
},
"bugs": {
"url": "https://github.com/SeydX/homebridge-philipsair-platform/issues"
},
"engines": {
"node": ">=14.18.0",
"homebridge": "^1.3.0"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/seydx"
},
{
"type": "kofi",
"url": "https://ko-fi.com/seydx"
},
{
"type": "github",
"url": "https://github.com/sponsors/SeydX"
}
],
"homepage": "https://github.com/SeydX/homebridge-philipsair-platform#readme",
"keywords": [
"philips",
"homebridge-plugin",
"air",
"purifier",
"homekit",
"humidifier",
"temperature",
"humidity"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-philipsair-platform.git"
}
}