@petro-kushchak/homebridge-ch-gree-ac-eve-platform
Version:
Cooper&Hunter (based on Gree AC API) AC plugin for Homebridge (Homekit) with Web Hook/MQTT Data Sharing
59 lines (58 loc) • 1.63 kB
JSON
{
"private": false,
"displayName": "Homebridge Cooper&Hunter (Gree) AC Platform With WebHooks/MQTT support",
"name": "@petro-kushchak/homebridge-ch-gree-ac-eve-platform",
"version": "1.0.23",
"description": "Cooper&Hunter (based on Gree AC API) AC plugin for Homebridge (Homekit) with Web Hook/MQTT Data Sharing",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/petro-kushchak/homebridge-ch-ac-eve-platform.git"
},
"bugs": {
"url": "git://github.com/petro-kushchak/homebridge-ch-ac-eve-platform/issues"
},
"engines": {
"node": ">=16.0.0",
"homebridge": ">=1.3.0"
},
"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",
"cooper&hunter ac",
"homebridge heatercooler",
"eve",
"mqtt",
"fakegato"
],
"dependencies": {
"fakegato-history": "^0.6.2",
"gree-ac-api": "^1.1.2",
"mqtt": "^5.3.4",
"node-fetch": "^3.3.2"
},
"resolutions": {
"minimist": "^1.2.6",
"ansi-regex": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^22.0.2",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.9.0",
"homebridge": "^1.7.0",
"nodemon": "^3.0.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0"
}
}