-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 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-nb",
"description": "Homebridge plugin for Nuki Bridge",
"displayName": "Homebridge NB",
"author": "Erik Baauw",
"maintainers": [
"ebaauw"
],
"license": "Apache-2.0",
"version": "1.4.32",
"keywords": [
"homebridge-plugin",
"homekit",
"nuki",
"smart-lock",
"lock",
"opener"
],
"type": "module",
"main": "index.js",
"bin": {
"nb": "cli/nb.js"
},
"engines": {
"homebridge": "^1.8.5||^2.0.0-beta",
"node": "^22||^20||^18",
"nuki": "2.18.0"
},
"dependencies": {
"homebridge-lib": "~7.1.3",
"hb-nb-tools": "~2.0.11"
},
"scripts": {
"prepare": "standard",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-nb.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-nb/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-nb#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ebaauw"
},
{
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
]
}