-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"displayName": "Homebridge Fujitsu Airstage",
"name": "homebridge-fujitsu-airstage",
"version": "2.2.0",
"description": "A Homebridge plugin to control devices that use the Fujitsu Airstage API.",
"license": "MIT",
"homepage": "https://github.com/PatrickStankard/homebridge-fujitsu-airstage",
"repository": {
"type": "git",
"url": "git+https://github.com/PatrickStankard/homebridge-fujitsu-airstage.git"
},
"bugs": {
"url": "https://github.com/PatrickStankard/homebridge-fujitsu-airstage/issues"
},
"engines": {
"node": "^18.17.0 || ^20.9.0",
"homebridge": "^1.7.0"
},
"main": "src/index.js",
"scripts": {
"test": "node --test --experimental-test-coverage test/"
},
"funding": {
"type": "venmo",
"url": "https://account.venmo.com/u/patrickstankard"
},
"keywords": [
"homebridge",
"homebridge-plugin"
],
"devDependencies": {
"@types/node": "^20.12.13",
"homebridge": "^1.7.0"
},
"maintainers": [
{
"name": "patrickstankard",
"email": "[email protected]"
}
]
}