{
    "displayName": "Plugin Name",
    "name": "homebridge-jablotron-mqtt",
    "version": "2.0.2",
    "description": "Plugin for Jablotron JA-6X system communicating via mqtt and py-jablotron6x",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git://github.com/petrleocompel/homebridge-jablotron-mqtt.git"
    },
    "bugs": {
        "url": "https://github.com/petrleocompel/homebridge-jablotron-mqtt/issues"
    },
    "engines": {
        "node": ">=10.17.0",
        "homebridge": ">=1.3.0"
    },
    "author": {
        "name": "Petr Leo Compel",
        "email": "petrleocompel@gmail.com",
        "url": "https://peelco.cz"
    },
    "main": "dist/index.js",
    "scripts": {
        "lint": "eslint src/**.ts --max-warnings=0",
        "watch": "npm run build && npm link && nodemon",
        "build": "rimraf ./dist && tsc",
        "prepublishOnly": "npm run lint && npm run build"
    },
    "keywords": [
        "homebridge-plugin",
        "jablotron",
        "py-jablotron6x"
    ],
    "dependencies": {
        "mqtt": "^4.2.6"
    },
    "devDependencies": {
        "@types/node": "^14.14.31",
        "@typescript-eslint/eslint-plugin": "^4.16.1",
        "@typescript-eslint/parser": "^4.16.1",
        "eslint": "^7.21.0",
        "homebridge": "^1.3.1",
        "nodemon": "^2.0.7",
        "prettier": "^2.2.1",
        "rimraf": "^3.0.2",
        "ts-node": "^9.1.1",
        "typescript": "^4.2.2"
    }
}
