{
  "private": false,
  "displayName": "HDL Buspro Enhanced",
  "name": "@elshaer/homebridge-hdl-buspro-enhanced",
  "version": "1.2.10",
  "description": "Linking the HDL bus into the Homebridge widget",
  "homepage": "https://github.com/EyadElshaer/homebridge-hdlbuspro-enhanced.git",
    "type": "git",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/EyadElshaer/homebridge-hdlbuspro-enhanced/issues"
  },
  "engines": { 
    "homebridge": "^1.6.0 || ^2.0.0-beta.0", 
    "node": "^18.20.4 || ^20.15.1 || ^22"
  },
  "keywords": [
    "homebridge-plugin",
    "hdl",
    "buspro",
    "homebridge-hdl"
  ],
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "dependencies": {
    "smart-bus": "^0.7"
  },
  "devDependencies": {
    "@types/node": "^16.10.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.1",
    "homebridge": "^1.3.5",
    "nodemon": "^2.0.20",
    "rimraf": "^3.0.2",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  },
  "funding": {
  "type" : "paypal",
  "url" : "https://www.paypal.com/paypalme/aymanelshaer"
}
}
