update tsconfig

This commit is contained in:
2024-04-14 17:42:04 +02:00
parent 73af0aef92
commit 80cd35199a
4 changed files with 105 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smarthomebridge",
"version": "1.0.2",
"private": false,
"description": "a homebridge abstraction package",
"description": "Provides an abstraction layer for homebridge to facilitate smart home integration.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -36,5 +36,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"smart home",
"home automation",
"homebridge plugin",
"typescript",
"homebridge abstraction",
"IoT",
"Intelligent Home",
"smart devices integration"
]
}