homebridge-chaffolink
Version:
Homebridge plugin to add compatibility with ChaffoLink boilers
42 lines (41 loc) • 896 B
JSON
{
"name": "homebridge-chaffolink",
"version": "0.2.3",
"description": "Homebridge plugin to add compatibility with ChaffoLink boilers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build",
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git@github-perso:d4rts/homebridge-chaffolink.git"
},
"keywords": [
"homebridge-plugin",
"chaffolink",
"boiler",
"heating",
"homekit"
],
"author": "Bastien Rougé",
"license": "MIT",
"engines": {
"homebridge": ">=1.6.0",
"node": ">=16.0.0"
},
"peerDependencies": {
"homebridge": ">=1.6.0"
},
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^24.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}