UNPKG

homebridge-hsp

Version:

A plugin to control your HSP pellet stove with homebridge.

52 lines (51 loc) 1.25 kB
{ "private": false, "displayName": "HaasSohn HSP Pellet Stove", "name": "homebridge-hsp", "version": "1.2.2", "description": "A plugin to control your HSP pellet stove with homebridge.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/nidy86/homebridge-hsp.git" }, "bugs": { "url": "https://github.com/nidy86/homebridge-hsp.git/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "category-climate", "haas+sohn", "hsp", "pellet", "stove" ], "dependencies": { "await": "^0.2.6", "fetch": "^1.1.0", "md5": "^2.3.0", "node-fetch": "^2.6.0" }, "devDependencies": { "@types/node": "^14.11.2", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "eslint": "^7.9.0", "homebridge": "^1.2.3", "nodemon": "^2.0.4", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.3" } }