UNPKG

homebridge-shelly-consumption

Version:

Provides the consumption values of Shelly EM and Shelly 3EM to HomeKit.

44 lines (43 loc) 1.19 kB
{ "private": false, "displayName": "homebridge-shelly-consumption", "name": "homebridge-shelly-consumption", "version": "1.0.6", "description": "Provides the consumption values of Shelly EM and Shelly 3EM to HomeKit.", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/maloo0/homebridge-shelly-consumption.git" }, "bugs": { "url": "https://github.com/maloo0/homebridge-shelly-consumption/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", "Shelly", "Consumption" ], "dependencies": {}, "devDependencies": { "@types/node": "^14.14.22", "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "eslint": "^7.18.0", "homebridge": "^1.2.5", "nodemon": "^2.0.7", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }