UNPKG

homebridge-gira-client

Version:

Homebridge Plugin für Gira Homeserver 4 mit automatischer Geräteerkennung über IoT REST API

73 lines 1.76 kB
{ "name": "homebridge-gira-client", "version": "1.2.7", "description": "Homebridge Plugin für Gira Homeserver 4 mit automatischer Geräteerkennung über IoT REST API", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "config.schema.json", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build", "lint": "eslint src/**/*.ts --fix", "lint:check": "eslint src/**/*.ts", "test": "jest", "clean": "rm -rf dist", "prepare": "npm run build" }, "keywords": [ "homebridge-plugin", "gira", "homeserver", "homeserver4", "iot", "rest-api", "homekit", "smart-home", "automation", "building-automation" ], "author": { "name": "Homebridge Gira Plugin Contributors", "email": "noreply@github.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/homebridge-gira/homebridge-gira-client.git" }, "bugs": { "url": "https://github.com/homebridge-gira/homebridge-gira-client/issues" }, "homepage": "https://github.com/homebridge-gira/homebridge-gira-client#readme", "engines": { "node": ">=16.0.0", "homebridge": ">=1.6.0" }, "dependencies": { "ws": "^8.14.2", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.8.0", "@types/ws": "^8.5.8", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.51.0", "homebridge": "^1.6.0", "typescript": "^5.2.2", "jest": "^29.7.0", "@types/jest": "^29.5.6" }, "peerDependencies": { "homebridge": ">=1.6.0" }, "publishConfig": { "access": "public" } }