{ "name": "@nebz/homebridge-jeedom", "version": "v1.9.0", "cust_serial": "0001", "description": "Homebridge plugin for Jeedom ", "main": "index.js", "private":true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "echo \"Error: configure and run homebridge to start\" && exit 1", "lint:js": "eslint *.js", "lint": "npm run lint:js" }, "engines": { "node": ">=20.0.0", "homebridge": "^1.6.0 || ^2.0.0-beta.0" }, "repository": { "type": "git", "url": "https://github.com/NebzHB/homebridge-jeedom.git" }, "keywords": [ "homebridge-plugin", "Jeedom", "homekit", "z-wave", "Siri" ], "dependencies": { "async": "3.2.6", "axios": "1.8.4", "express": "5.1.0", "fakegato-history": "NebzHB/fakegato-history#master" }, "devDependencies": { "eslint": "^8.57.0" }, "author": "Nebz ", "license": "GPL-2.0", "bugs": { "url": "https://github.com/NebzHB/homebridge-jeedom/issues" }, "homepage": "https://github.com/NebzHB/homebridge-jeedom" }