{
    "dependencies": {
        "@homebridge/plugin-ui-utils": "^2.0.0",
        "axios": "^1.7.7",
        "body-parser": "^1.20.3",
        "chalk": "^4.1.2",
        "compare-versions": "^4.1.4",
        "express": "^4.21.1",
        "hap-nodejs-community-types": "0.3.1",
        "lodash": "^4.17.21",
        "os": "0.1.2",
        "portfinder-sync": "^0.0.2"
    },
    "devDependencies": {
        "@snyk/protect": "^1.1294.1",
        "@types/node": "^22.9.2",
        "cheerio": "1.0.0",
        "eslint": "^9.15.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-prettier": "^5.2.1",
        "hap-nodejs": "^1.1.0",
        "homebridge": "^2.0.0-beta.23",
        "lint-staged": "^15.2.10",
        "prettier": "^3.3.3"
    },
    "description": "Hubitat plugin for HomeBridge/HomeKit",
    "engines": {
        "homebridge": "^1.6.0 || ^2.0.0-beta.22",
        "node": "^18.20.4 || <23.0.0"
    },
    "lint-staged": {
        "*.js": [
            "prettier --write",
            "git add"
        ]
    },
    "homepage": "https://github.com/tonesto7/homebridge-hubitat-tonesto7/#readme",
    "keywords": [
        "homebridge-plugin",
        "hubitat",
        "homekit",
        "homebridge",
        "category_climate",
        "category_hubs",
        "category_lighting"
    ],
    "funding": {
        "type": "paypal",
        "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVFJTG8H86SK8&source=url"
    },
    "scripts": {
        "test": "eslint .",
        "prettier": "prettier --write src/**/*.js",
        "freeport": "npx kill-port 8000",
        "start": "homebridge -D -P . -U .",
        "snyk-protect": "snyk-protect",
        "prepare": "yarn run snyk-protect",
        "hb_cleanup_win": "rmdir /Q /S accessories && rmdir /Q /S persist"
    },
    "main": "src/index.js",
    "license": "ISC",
    "name": "homebridge-hubitat-tonesto7",
    "preferGlobal": true,
    "repository": {
        "type": "git",
        "url": "git+https://github.com/https://github.com/tonesto7/homebridge-hubitat-tonesto7.git"
    },
    "bugs": {
        "url": "http://github.com/tonesto7/homebridge-hubitat-tonesto7/issues"
    },
    "version": "2.10.0-beta.7",
    "synk": true
}
