@homebridge-plugins/homebridge-lutron-caseta-leap
Version:
Homebridge support for Lutron
69 lines (68 loc) • 2.09 kB
JSON
{
"name": "@homebridge-plugins/homebridge-lutron-caseta-leap",
"displayName": "Homebridge Lutron",
"type": "module",
"version": "3.1.3",
"description": "Homebridge support for Lutron",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/homebridge-plugins/homebridge-lutron.git"
},
"bugs": {
"url": "https://github.com/homebridge-plugins/homebridge-lutron/issues"
},
"keywords": [
"homebridge-plugin",
"lutron",
"caseta",
"lutron-leap",
"lutron-caseta",
"lutron-smart-bridge"
],
"main": "dist/index.js",
"engines": {
"homebridge": "^1.11.4 || ^2.0.0-beta.111",
"node": "^22 || ^24"
},
"scripts": {
"check": "npm install && npm outdated",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"watch": "npm run build && npm run plugin-ui && npm link && nodemon",
"plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/",
"build": "npm run clean && tsc && npm run plugin-ui",
"prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run docs:lint",
"postpublish": "npm run clean && npm ci",
"clean": "shx rm -rf ./dist",
"test": "vitest run",
"test:watch": "vitest watch",
"test-coverage": "npm run test -- --coverage",
"docs": "typedoc",
"docs:lint": "typedoc --emit none --treatWarningsAsErrors"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.2.3",
"lutron-leap": "^3.6.1",
"node-forge": "^1.3.1",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"eslint": "^10.3.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-perfectionist": "^5.8.0",
"homebridge": "^2.0.0-beta.111",
"homebridge-config-ui-x": "^5.21.0",
"nodemon": "^3.1.14",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.19",
"typescript": "^6.0.2",
"vitest": "^4.1.4"
}
}