@theproductroadmap/homebridge-adjustable-timer
Version:
Dummy switches for Homebridge: https://github.com/mksvrcek/homebridge-adjustable-timer
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@theproductroadmap/homebridge-adjustable-timer",
"version": "2.1.8",
"description": "Dummy switches for Homebridge: https://github.com/mksvrcek/homebridge-adjustable-timer",
"license": "ISC",
"author": "mksvrcek",
"homepage": "https://theproductroadmap.co",
"repository": {
"type": "git",
"url": "git://github.com/mksvrcek/homebridge-adjustable-timer.git"
},
"bugs": {
"url": "https://github.com/mksvrcek/homebridge-adjustable-timer/issues"
},
"keywords": [
"timer",
"dummy-switch",
"adjustable",
"custom",
"homebridge-plugin",
"homebridge",
"homekit",
"automation",
"home"
],
"engines": {
"node": "^18 || ^20 || ^22",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"dependencies": {
"node-persist": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3"
}
}