UNPKG

homebridge-dreo-db94

Version:
54 lines 1.37 kB
{ "displayName": "Homebridge Dreo", "name": "homebridge-dreo-db94", "version": "1.0.0", "description": "Homebridge Plugin for Dreo Smart Devices", "homepage": "https://github.com/db-94/homebridge-dreo-db94", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/db-94/homebridge-dreo-db94.git" }, "bugs": { "url": "https://github.com/db-94/homebridge-dreo-db94/issues" }, "engines": { "node": ">=14.18.1", "homebridge": "^1.3.5 || ^2.0.0" }, "prettier": { "singleQuote": true, "semi": true, "trailingComma": "all" }, "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", "dreo", "fan", "tower" ], "dependencies": { "axios": "^1.3.5", "crypto-js": "^4.1.1", "reconnecting-websocket": "^4.4.0", "ws": "^8.13.0" }, "devDependencies": { "@types/node": "^16.10.9", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "homebridge": "^1.3.5", "nodemon": "^2.0.20", "rimraf": "^3.0.2", "ts-node": "^10.3.0", "typescript": "^4.4.4" } }