{
  "private": false,
  "displayName": "Homebridge Actron Que",
  "name": "homebridge-actron-que",
  "version": "1.5.0",
  "description": "Homebridge plugin for controlling Actron Que controller systems",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/jxg81/homebridge-actron-que.git"
  },
  "bugs": {
    "url": "https://github.com/jxg81/homebridge-actron-que/issues"
  },
  "funding": {
    "type": "paypal",
    "url": "https://www.paypal.com/paypalme/jxg81"
  },
  "engines": {
    "node": ">=14.18.1",
    "homebridge": ">=1.3.5"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=0",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "commit": "npm run build && npm link && homebridge -P ./dist -I -D -U /var/lib/homebridge/ | tee /var/lib/homebridge/homebridge.log",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin"
  ],
  "dependencies": {
    "jtd": "^0.1.1",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@types/node": "^18.0.3",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.19.0",
    "homebridge": "^1.5.0",
    "nodemon": "^2.0.19",
    "rifraf": "^2.0.3",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4"
  },
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/jxg81/homebridge-actron-que#readme",
  "author": ""
}
