homebridge-ikettle
Version:
Simple HomeKit control for your iKettle. Easy access without faffing with Siri Shortcuts/IFTTT.
57 lines (56 loc) • 1.72 kB
JSON
{
"name": "homebridge-ikettle",
"displayName": "iKettle",
"type": "module",
"version": "1.0.0",
"description": "Simple HomeKit control for your iKettle. Easy access without faffing with Siri Shortcuts/IFTTT.",
"author": "Brian Surgenor",
"license": "MIT",
"homepage": "https://github.com/brian-su/homebridge-ikettle#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/brian-su/homebridge-ikettle.git"
},
"bugs": {
"url": "https://github.com/brian-su/homebridge-ikettle/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"iKettle",
"kettle",
"smarter.am",
"smarter iKettle"
],
"main": "dist/index.js",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run build",
"watch": "npm run build && npm link && nodemon",
"pretty": "prettier --config .prettierrc 'src/**/*.ts' '*.json' --write",
"prepare": "husky install"
},
"dependencies": {
"firebase": "^11.3.1",
"homebridge-lib": "^7.1.4",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.5",
"eslint": "^9.21.0",
"homebridge": "^2.0.0-beta.0",
"husky": "^9.1.7",
"nodemon": "^3.1.9",
"prettier": "^3.5.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}