{
    "name": "homebridge-homeconnect",
    "displayName": "HomeConnect",
    "version": "1.5.4",
    "description": "A Homebridge plugin that connects Home Connect appliances to Apple HomeKit",
    "license": "ISC",
    "keywords": [
        "Homebridge",
        "homebridge-plugin",
        "HomeConnect",
        "appliance",
        "kitchen",
        "Bosch",
        "Balay",
        "Constructa",
        "Siemens",
        "Gaggenau",
        "NEFF",
        "Pitsos",
        "Profilo",
        "Thermador",
        "airconditioner",
        "cleaningrobot",
        "coffeemachine",
        "coffeemaker",
        "cookprocessor",
        "cooktop",
        "dishwasher",
        "dryer",
        "freezer",
        "fridge",
        "fridgefreezer",
        "hob",
        "hood",
        "oven",
        "refrigerator",
        "roxxter",
        "warmingdrawer",
        "washer",
        "washerdryer",
        "winecooler"
    ],
    "author": {
        "name": "Alexander Thoukydides",
        "url": "https://www.thouky.co.uk/"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/thoukydides"
        },
        {
            "type": "paypal",
            "url": "https://paypal.me/thoukydides"
        },
        {
            "type": "ko-fi",
            "url": "https://ko-fi.com/thouky"
        },
        {
            "type": "buymeacoffee",
            "url": "https://www.buymeacoffee.com/thouky"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/thoukydides/homebridge-homeconnect.git"
    },
    "bugs": {
        "url": "https://github.com/thoukydides/homebridge-homeconnect/issues"
    },
    "type": "module",
    "main": "dist/index.js",
    "engines": {
        "node": "^24.4.0 || ^22.18.0 || ^20.19.4",
        "homebridge": "^1.10.0 || ^2.0.0-beta.0"
    },
    "dependencies": {
        "@homebridge/plugin-ui-utils": "^2.1.0",
        "chalk": "^4.1.2",
        "node-persist": "^3.1.3",
        "semver": "^7.7.2",
        "ts-interface-checker": "^1.0.2",
        "undici": "^7.13.0"
    },
    "devDependencies": {
        "@actions/core": "^1.11.1",
        "@actions/github": "^6.0.1",
        "@eslint/eslintrc": "^3.3.1",
        "@eslint/js": "^9.30.1",
        "@octokit/core": "^7.0.3",
        "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
        "@tsconfig/node20": "^20.1.6",
        "@types/eslint__js": "^8.42.3",
        "@types/node": "^20.19.10",
        "@types/node-persist": "^3.1.8",
        "@types/semver": "^7.7.0",
        "browserify": "^17.0.1",
        "copyfiles": "^2.4.1",
        "eslint": "^9.33.0",
        "esmify": "^2.1.1",
        "globals": "^16.3.0",
        "homebridge": "^2.0.0-beta.29",
        "homebridge-config-ui-x": "^5.4.1",
        "nodemon": "^3.1.10",
        "rimraf": "^6.0.1",
        "ts-interface-builder": "^0.3.3",
        "tsx": "^4.20.3",
        "typescript": "^5.9.2",
        "typescript-eslint": "^8.39.0"
    },
    "scripts": {
        "build-checkers": "mkdir -p ./src/ti && ts-interface-builder -c -o ./src/ti ./src/*-types.ts && tsx bin/ts-interface-post.ts ./src/ti",
        "build-static": "copyfiles -u 1 -e './**/*.ts' './src/homebridge-ui/public/**' ./dist",
        "build-tsc": "tsc -p ./src && tsc -p ./src/homebridge-ui/public/",
        "build-ui": "browserify -d -p esmify dist/homebridge-ui/public/client.js -o dist/homebridge-ui/public/bundle.js",
        "build": "npm run build-checkers && npm run build-tsc && npm run build-ui && npm run build-static",
        "clean": "rimraf ./dist",
        "lint": "eslint eslint.config.mjs 'bin/**/*.ts' 'src/**/*.ts' --max-warnings=0",
        "watch": "nodemon",
        "test": "tsx bin/test-startup.ts",
        "issue-api-keys": "GITHUB_REPOSITORY=thoukydides/homebridge-homeconnect tsx bin/issue-api-keys.ts",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run build && npm run lint"
    },
    "optionalDependencies": {
        "fsevents": "^2.3.3"
    }
}
