UNPKG

homebridge-lutron-caseta-leap-fast

Version:
59 lines (58 loc) 1.77 kB
{ "displayName": "Lutron Caseta LEAP", "name": "homebridge-lutron-caseta-leap-fast", "version": "2.4.5-beta1", "description": "Support for the Lutron Caseta Smart Bridge 2", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/borovsky-d/homebridge-lutron-caseta-leap/" }, "bugs": { "url": "https://github.com/borovsky-d/homebridge-lutron-caseta-leap/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0 --fix", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "test": "jest --verbose" }, "keywords": [ "homebridge-plugin", "lutron", "caseta", "lutron-leap", "lutron-caseta", "lutron-smart-bridge" ], "dependencies": { "@homebridge/plugin-ui-utils": "^0.0.19", "homebridge-dummy": "^0.8.0", "lutron-leap": "^3.3.0", "node-forge": "^1.2.1", "typed-emitter": "^2.1.0" }, "devDependencies": { "@types/jest": "^29.2.2", "@types/node": "^18.11.9", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", "homebridge": "^1.2.3", "homebridge-config-ui-x": "^4.42.0", "jest": "^29.3.1", "jest-mock": "^29.3.1", "nodemon": "^2.0.6", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.0.5" } }