UNPKG

homebridge-dmxlight-plugin

Version:
55 lines (54 loc) 1.47 kB
{ "private": false, "displayName": "DMX Light", "name": "homebridge-dmxlight-plugin", "version": "1.2.6", "description": "A Homebridge plugin for controlling lights via DMX.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/PennazSoftware/homebridge-dmxlight-plugin.git" }, "bugs": { "url": "https://github.com/PennazSoftware/homebridge-dmxlight-plugin/issues" }, "engines": { "node": ">=12.13.0", "homebridge": ">=1.3.0" }, "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", "rimraf": "./node_modules/rimraf/bin.js" }, "keywords": [ "homebridge-plugin", "dmx", "enttec", "pro" ], "dependencies": { "dmx": "^0.2.5", "dmx-ts": "0.1.0-beta.1", "e131": "^1.1.3", "hsl-to-rgb": "^1.0.0", "javascript-color-gradient": "^2.4.4", "shuffle-array": "^1.0.1" }, "devDependencies": { "@types/javascript-color-gradient": "^2.4.0", "@types/node": "^14.14.31", "@types/shuffle-array": "^1.0.2", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "eslint": "^7.21.0", "homebridge": "^1.3.4", "nodemon": "^2.0.7", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.2.2" } }