mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-26 17:38:00 +00:00
Bumps the minor-patch group with 3 updates: [mqtt](https://github.com/mqttjs/MQTT.js), [srvx](https://github.com/h3js/srvx) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `mqtt` from 5.15.2 to 5.16.0 - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.15.2...v5.16.0) Updates `srvx` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/h3js/srvx/releases) - [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md) - [Commits](https://github.com/h3js/srvx/compare/v1.0.4...v1.0.5) Updates `@types/node` from 26.5.1 to 26.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: mqtt dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: srvx dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: "@types/node" dependency-version: 26.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
90 lines
2.9 KiB
JSON
90 lines
2.9 KiB
JSON
{
|
|
"name": "zigbee2mqtt",
|
|
"version": "2.14.1-dev",
|
|
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
|
|
"main": "index.js",
|
|
"types": "dist/types/api.d.ts",
|
|
"packageManager": "pnpm@11.26.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
|
|
},
|
|
"engines": {
|
|
"node": "^22.2.0 || ^24 || <=26.2"
|
|
},
|
|
"keywords": [
|
|
"xiaomi",
|
|
"tradfri",
|
|
"hue",
|
|
"bridge",
|
|
"zigbee",
|
|
"mqtt",
|
|
"cc2531"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc && node index.js writehash",
|
|
"build:types": "pnpm run clean && tsc --project tsconfig.types.json && cp lib/util/settings.schema.json dist/util",
|
|
"build:watch": "tsc --watch",
|
|
"check": "biome check --error-on-warnings",
|
|
"check:w": "biome check --write",
|
|
"start": "node index.js",
|
|
"test": "vitest run --config ./test/vitest.config.mts",
|
|
"test:coverage": "vitest run --config ./test/vitest.config.mts --coverage",
|
|
"test:watch": "vitest watch --config ./test/vitest.config.mts",
|
|
"bench": "vitest bench --run --config ./test/vitest.config.mts",
|
|
"prepack": "pnpm run clean && pnpm run build",
|
|
"clean": "node -e \"for (const p of ['coverage', 'dist', 'tsconfig.tsbuildinfo']) require('node:fs').rmSync(p, {recursive: true, force: true, maxRetries: process.platform === 'win32' ? 10 : 0})\""
|
|
},
|
|
"author": "Koen Kanters",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
|
|
},
|
|
"homepage": "https://koenkk.github.io/zigbee2mqtt",
|
|
"dependencies": {
|
|
"ajv": "^8.20.0",
|
|
"bind-decorator": "^1.0.11",
|
|
"debounce": "^3.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fflate": "^0.8.3",
|
|
"humanize-duration": "^3.35.0",
|
|
"js-yaml": "^5.4.2",
|
|
"mqtt": "^5.16.0",
|
|
"semver": "^7.8.5",
|
|
"srvx": "^1.0.5",
|
|
"throttleit": "^3.0.0",
|
|
"winston": "^3.19.0",
|
|
"winston-syslog": "^2.7.1",
|
|
"winston-transport": "^4.9.0",
|
|
"ws": "^8.21.3",
|
|
"zigbee-herdsman": "10.9.5",
|
|
"zigbee-herdsman-converters": "26.112.0",
|
|
"zigbee2mqtt-frontend": "0.9.21",
|
|
"zigbee2mqtt-windfront": "2.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.11",
|
|
"@types/humanize-duration": "^3.27.4",
|
|
"@types/node": "^26.6.2",
|
|
"@types/readable-stream": "4.0.24",
|
|
"@types/ws": "8.18.1",
|
|
"@vitest/coverage-v8": "^4.1.11",
|
|
"tmp": "^0.2.7",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"bin": {
|
|
"zigbee2mqtt": "cli.js"
|
|
},
|
|
"optionalDependencies": {
|
|
"unix-dgram": "^2.0.7"
|
|
},
|
|
"files": [
|
|
"data/configuration.example.yaml",
|
|
"dist",
|
|
"cli.js",
|
|
"index.js",
|
|
"pnpm-workspace.yaml",
|
|
"CHANGELOG.md"
|
|
]
|
|
} |