@dotwee/homebridge-z2m
Version:
Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.
109 lines (108 loc) • 2.92 kB
JSON
{
"displayName": "Homebridge Zigbee2MQTT",
"name": "@dotwee/homebridge-z2m",
"version": "1.9.2",
"description": "Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.",
"license": "Apache-2.0",
"homepage": "https://z2m.dev",
"author": "Arno Moonen (https://arno.dev)",
"repository": {
"type": "git",
"url": "git://github.com/itavero/homebridge-z2m.git"
},
"bugs": {
"url": "https://github.com/itavero/homebridge-z2m/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/itavero"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/arno"
},
{
"type": "paypal",
"url": "https://paypal.me/arnom/EUR"
}
],
"engines": {
"node": ">=12.0.0",
"homebridge": ">=1.0.0"
},
"main": "dist/index.js",
"scripts": {
"test": "jest --coverage && eslint --max-warnings=0 'src/**/*.ts' 'test/**/*.ts'",
"coverage": "jest --coverage && open coverage/lcov-report/index.html",
"watch:test": "jest --watch",
"lint": "eslint --max-warnings=0 'src/**/*.ts' 'test/**/*.ts'",
"lint-fix": "eslint --fix --max-warnings=0 'src/**/*.ts' 'test/**/*.ts'",
"build": "rimraf ./dist && tsc",
"start": "npm run build && npm link && homebridge -I -D",
"check-release": "release-it --dry-run -VV",
"release": "release-it",
"check-pre-release": "release-it --dry-run -VV --npm.tag=next",
"pre-release": "release-it --npm.tag=next"
},
"keywords": [
"homebridge-plugin",
"zigbee2mqtt",
"zigbee",
"mqtt",
"xiaomi",
"aqara",
"philips",
"signify",
"hue",
"ikea",
"tradfri",
"homekit",
"tuya",
"lonsonho",
"osram",
"innr",
"gledopto",
"sonoff",
"lidl"
],
"dependencies": {
"color-convert": "^2.0.1",
"mqtt": "^4.2.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^3.0.0",
"@types/color-convert": "^2.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.15.0",
"homebridge": "^1.5.0",
"jest": "^27.0.3",
"jest-chain": "^1.1.5",
"jest-each": "^29.0.1",
"jest-mock-extended": "^3.0.1",
"jest-sonar": "^0.2.11",
"jest-when": "^3.0.1",
"nodemon": "^2.0.7",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"release-it": "^15.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.1.3"
},
"types": "./dist/index.d.ts",
"directories": {
"doc": "docs",
"test": "test"
}
}