UNPKG

homebridge-rfxcom-devices

Version:

It is simple Homebridge platform plugin allowing 433mhz RF device support to Homekit.

55 lines (54 loc) 1.46 kB
{ "private": false, "displayName": "Homebridge RFXCom Devices", "name": "homebridge-rfxcom-devices", "version": "1.0.5", "description": "It is simple Homebridge platform plugin allowing 433mhz RF device support to Homekit.", "license": "Creative Commons NonCommercial ShareAlike 4.0 International", "repository": { "type": "git", "url": "git@github.com:dimer47/homebridge-rfxcom-devices.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bugs": { "url": "https://github.com/dimer47/homebridge-rfxcom-devices/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "homebridge-rfxcom-devices", "RFXtrx433XL", "Chacon Dio", "Button", "RF", "433 Mhz" ], "dependencies": { "eventing-bus": "^2.0.1", "lodash": "^4.17.20", "rfxcom": "^2.3.1" }, "devDependencies": { "@types/node": "^14.14.6", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.13.0", "homebridge": "^1.2.3", "nodemon": "^2.0.6", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.5" } }