-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
65 lines (65 loc) · 1.71 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
62
63
64
65
{
"displayName": "homebridge Fibaro Home Center",
"name": "homebridge-fibaro-home-center",
"version": "3.2.0",
"description": "Homebridge plugin for Fibaro Home Center (2, 2 Lite, 3, 3 Lite, Yubii Home).",
"author": "ilcato",
"maintainers": [
"ilcato"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ilcato/homebridge-fibaro-home-center.git"
},
"bugs": {
"url": "https://github.com/ilcato/homebridge-fibaro-home-center/issues"
},
"engines": {
"homebridge": "^1.8.0 || ^2.0.0",
"node": "^18.20.4 || ^20.16.0 || ^22.5.1"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=30",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"Fibaro",
"Home Center",
"Yubii Home",
"homekit",
"z-wave",
"Siri"
],
"dependencies": {
"homebridge-config-ui-x": "^4.61.0",
"reflect-metadata": "^0.2.2",
"superagent": "^10.1.0",
"superagent-throttle": "^1.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.4",
"@types/superagent": "^8.1.9",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"homebridge": "^1.7.0",
"nodemon": "^3.0.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"homepage": "https://github.com/ilcato/homebridge-fibaro-home-center",
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/ilcato"
}
]
}