homebridge-sensor-cmd-polling
Version:
Fork of apexad/homebridge-sensor-cmd with automatic polling support (configurable interval) – original minimal contact sensor via shell command
59 lines (58 loc) • 1.55 kB
JSON
{
"name": "homebridge-sensor-cmd-polling",
"version": "2.50.8",
"description": "Fork of apexad/homebridge-sensor-cmd with automatic polling support (configurable interval) – original minimal contact sensor via shell command",
"main": "dist/accessory.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Quentin Ulmer (forked from Alex 'apexad' Martin)"
},
"contributors": [
{
"name": "Alex 'apexad' Martin",
"url": "https://github.com/apexad/homebridge-sensor-cmd"
},
{
"name": "Quentin Ulmer",
"url": "https://github.com/quebulm/homebridge-sensor-cmd-polling"
}
],
"engines": {
"node": ">=12.0.0",
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin",
"sensor",
"polling",
"contact-sensor",
"motion-sensor",
"occupancy-sensor"
],
"license": "MIT",
"files": [
"LICENSE",
"dist",
"config.schema.json"
],
"repository": {
"type": "git",
"url": "git://github.com/quebulm/homebridge-sensor-cmd-polling.git"
},
"bugs": {
"url": "https://github.com/quebulm/homebridge-sensor-cmd-polling/issues"
},
"homepage": "https://github.com/quebulm/homebridge-sensor-cmd-polling#readme",
"devDependencies": {
"@types/node": "^20.0.0",
"homebridge": "^1.6.0",
"rimraf": "^3.0.2",
"typescript": "^5.4.0"
}
}