homebridge-velux-active
Version:
Homebridge plugin for controlling velux blinds and windows
59 lines (58 loc) • 1.54 kB
JSON
{
"displayName": "Hombedrige Velux Active",
"name": "homebridge-velux-active",
"version": "1.0.0",
"description": "Homebridge plugin for controlling velux blinds and windows",
"license": "Apache-2.0",
"author": "Thomas Helmel <droccahl@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Droccal/homebridge-velux-active.git"
},
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/thomashelmel"
},
"bugs": {
"url": "https://github.com/Droccal/homebridge-velux-active/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"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",
"velux",
"active",
"blinds",
"window",
"control"
],
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^16.10.9",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"homebridge": "^1.3.5",
"nodemon": "^2.0.13",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}