UNPKG

@k-roon/homebridge-hejhome-ir

Version:
72 lines (71 loc) 2.02 kB
{ "name": "@k-roon/homebridge-hejhome-ir", "displayName": "Hejhome IR", "type": "module", "version": "1.1.3", "private": false, "description": "Homebridge plugin for Hejhome IR devices.", "author": "K-Roon", "license": "Apache-2.0", "homepage": "https://github.com/K-Roon/homebridge-hejhome-ir#readme", "repository": { "type": "git", "url": "https://github.com/K-Roon/homebridge-hejhome-ir.git" }, "bugs": { "url": "https://github.com/K-Roon/homebridge-hejhome-ir/issues" }, "keywords": [ "homebridge-plugin", "hejhome", "hub", "IR", "Remote Controller", "헤이홈", "한국어" ], "main": "dist/index.js", "engines": { "node": "^18.20.4 || ^20.18.0 || ^22.10.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "scripts": { "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon", "lint": "eslint . --fix --max-warnings 9999", "lint:ci": "eslint . --max-warnings 9999" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^8.36.0", "bluebird": "^3.7.2", "deepmerge": "^4.3.1", "homebridge-lib": "^7.1.4", "ky": "^1.8.1", "lodash": "^4.17.21", "paho-mqtt": "^1.1.0", "validator": "^13.9.0", "ws": "^8.18.3" }, "devDependencies": { "@eslint/css": "^0.9.0", "@eslint/js": "^9.30.1", "@eslint/json": "^0.12.0", "@eslint/markdown": "^6.6.0", "@types/bluebird": "^3.5.42", "@types/lodash": "^4.17.20", "@types/node": "^22.13.5", "@types/paho-mqtt": "^1.0.10", "@types/validator": "^13.7.11", "@types/ws": "^8.18.1", "@typescript-eslint/parser": "^8.36.0", "eslint": "^9.30.1", "globals": "^16.3.0", "homebridge": "^2.0.0-beta.0", "nodemon": "^3.1.9", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.7.3", "typescript-eslint": "^8.36.0" } }