UNPKG
homebridge-keyble
Version:
latest (0.1.0)
0.1.0
HomeKit Support for Eqiva EQ3 Doorlocks
github.com/gothma/homebridge-keyble
gothma/homebridge-keyble
homebridge-keyble
/
nodemon.json
12 lines
•
176 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
]
,
"exec"
:
"tsc && homebridge -I -D"
,
"signal"
:
"SIGTERM"
,
"env"
:
{
"NODE_OPTIONS"
:
"--trace-warnings"
}
}