homebridge-plugin-window-blinds-pattern
Version:
Plugin for Homebridge to control window blinds with a regex pattern.
54 lines (53 loc) • 1.7 kB
JSON
{
"private": false,
"displayName": "Window Blinds Pattern",
"name": "homebridge-plugin-window-blinds-pattern",
"version": "2.0.0",
"description": "Plugin for Homebridge to control window blinds with a regex pattern.",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/carlosfrutos/homebridge-plugin-window-blinds-pattern.git"
},
"bugs": {
"url": "https://github.com/carlosfrutos/homebridge-plugin-window-blinds-pattern/issues"
},
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"main": "dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"prepublish": "npm pack && mv homebridge-plugin-window-blinds-pattern-*.tgz homebridge-plugin-window-blinds-pattern.tgz"
},
"keywords": [
"homebridge-plugin",
"window-blinds",
"regex pattern"
],
"dependencies": {
"homebridge-lib": "^7.1.4",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.5",
"eslint": "^9.21.0",
"homebridge": "^2.0.0-beta.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}