UNPKG

homebridge-wled-ws

Version:
64 lines (63 loc) 1.71 kB
{ "private": false, "displayName": "Homebridge Wled Ws", "name": "homebridge-wled-ws", "version": "0.0.18", "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 src/**/*.ts", "lint:fix": "eslint eslint.config.mjs src/**/*.ts --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": { "wled-client": "^0.22.1" }, "publishConfig": { "@smhex:registry": "https://npm.pkg.github.com" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.23.0", "@types/jest": "^30.0.0", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "eslint": "^9.23.0", "globals": "^16.0.0", "homebridge": "^1.7.0", "jest": "^30.0.4", "nodemon": "^3.0.3", "rimraf": "^6.0.1", "ts-jest": "^29.4.0", "ts-node": "^10.9.1", "type-fest": "^4.32.0", "typescript": "^5.7.3", "typescript-eslint": "^8.27.0" } }