diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-04 09:40:56 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-04 09:40:56 +0200 |
commit | 7c93e78865698cc80dd96ccf0e7639cffc85d641 (patch) | |
tree | e5c6e968c18cd14bf6469238ae167c9cf64ffbfb /package.json | |
parent | 1bfd3543a7989e325c756547960b99d0d3eaed07 (diff) |
keep alive + nodejs binding
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index b641603..711f8f0 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "homebridge": "^1.3.4" }, "devDependencies": { + "@types/color": "^3.0.2", "@types/node": "^16.4.10", "typescript": "^4.3.5" } |