UNPKG

homebridge-wled-ws

Version:
58 lines (57 loc) 1.47 kB
{ "private": false, "displayName": "Homebridge Wled Ws", "name": "homebridge-wled-ws", "version": "0.0.23", "description": "WLED strips plugin for Homebridge", "license": "Apache-2.0", "author": "smhex <smhex@mailbox.org>", "maintainers": [ "smhex" ], "keywords": [ "homebridge-plugin", "homebridge-wled-ws", "wled", "homebridge" ], "repository": { "type": "git", "url": "git+https://github.com/smhex/homebridge-wled-ws.git" }, "bugs": { "url": "https://github.com/smhex/homebridge-wled-ws/issues" }, "engines": { "node": "^20.19.0 || ^22.14.0 || ^24.0.0", "homebridge": "^1.8.0|| ^2.0.0-beta.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint eslint.config.mjs", "lint:fix": "eslint eslint.config.mjs --fix --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "test": "jest --detectOpenHandles" }, "dependencies": { "glob": "^13.0.6", "wled-client": "^0.22.1" }, "publishConfig": { "@smhex:registry": "https://npm.pkg.github.com" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.6.2", "eslint": "^10.0.2", "homebridge": "^1.7.0", "jest": "^30.3.0", "nodemon": "^3.0.3", "rimraf": "^6.0.1", "ts-jest": "^29.4.9", "typescript": "^6.0.2", "typescript-eslint": "^8.27.0" } }