@vandubois/homebridge-virtual-switch
Version:
Creation of virtual switches, triggered independently and by keywords appearing in the Homebridge log file.
68 lines (67 loc) • 1.72 kB
JSON
{
"name": "@vandubois/homebridge-virtual-switch",
"displayName": "Homebridge Virtual Switches",
"type": "module",
"version": "1.2.4",
"private": false,
"description": "Creation of virtual switches, triggered independently and by keywords appearing in the Homebridge log file.",
"author": "DVDP",
"license": "Apache-2.0",
"homepage": "https://github.com/Plankske/hb-virtual-switch.git",
"repository": {
"type": "git",
"url": "git+https://github.com/Plankske/hb-virtual-switch.git"
},
"bugs": {
"url": "https://github.com/Plankske/hb-virtual-switch/issues"
},
"keywords": [
"homebridge-plugin",
"log monitoring",
"virtual switch",
"log file",
"stateful",
"normally open / closed",
"switch",
"persistent",
"timer",
"delayed start",
"one shot timer",
"keyword",
"trigger word",
"reverse",
"smart switch",
"smart home",
"home automation"
],
"main": "dist/index.js",
"engines": {
"node": ">=18.20.4",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.2.0",
"eslint": "^9.9.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
},
"dependencies": {
"strip-ansi": "7.1.0"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/Plankske"
}
}