smarthomebridge/package.json
2024-05-29 14:13:35 +02:00

55 lines
1.3 KiB
JSON

{
"name": "@push.rocks/smarthomebridge",
"version": "1.0.2",
"private": false,
"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",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"homebridge": "^1.3.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"smart home",
"home automation",
"homebridge plugin",
"typescript",
"homebridge abstraction",
"IoT",
"Intelligent Home",
"smart devices integration"
],
"homepage": "https://code.foss.global/push.rocks/smarthomebridge",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smarthomebridge.git"
}
}