2017-09-27 09:39:10 -07:00
|
|
|
{
|
2018-04-18 09:25:40 -07:00
|
|
|
"name": "zigbee2mqtt",
|
2022-02-01 11:13:28 -07:00
|
|
|
"version": "1.23.0-dev",
|
2019-11-09 12:38:47 -07:00
|
|
|
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
|
2017-09-27 09:39:10 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-18 09:25:40 -07:00
|
|
|
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
2018-11-07 12:05:14 -07:00
|
|
|
"engines": {
|
2021-05-03 10:26:13 -07:00
|
|
|
"node": "^10 || ^12 || ^14 || ^15 || ^16"
|
2018-11-07 12:05:14 -07:00
|
|
|
},
|
2017-09-27 09:39:10 -07:00
|
|
|
"keywords": [
|
|
|
|
"xiaomi",
|
2018-04-18 09:25:40 -07:00
|
|
|
"tradfri",
|
|
|
|
"hue",
|
|
|
|
"bridge",
|
2017-09-27 09:39:10 -07:00
|
|
|
"zigbee",
|
|
|
|
"mqtt",
|
|
|
|
"cc2531"
|
|
|
|
],
|
2018-04-11 10:01:44 -07:00
|
|
|
"scripts": {
|
2021-08-23 11:52:25 -07:00
|
|
|
"build": "tsc && node index.js writehash",
|
|
|
|
"build-watch": "tsc --watch",
|
|
|
|
"eslint": "eslint lib/ --max-warnings=0",
|
2018-08-15 13:19:54 -07:00
|
|
|
"start": "node index.js",
|
2021-07-21 10:35:14 -07:00
|
|
|
"test-with-coverage": "jest test --coverage",
|
2019-09-09 10:48:09 -07:00
|
|
|
"test": "jest test",
|
|
|
|
"test-watch": "jest test --watch"
|
2018-04-11 10:01:44 -07:00
|
|
|
},
|
2018-04-09 11:46:12 -07:00
|
|
|
"author": "Koen Kanters",
|
2017-09-27 09:39:10 -07:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2018-04-18 09:42:38 -07:00
|
|
|
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
2018-12-14 11:37:57 -07:00
|
|
|
"homepage": "https://koenkk.github.io/zigbee2mqtt",
|
2017-09-27 09:39:10 -07:00
|
|
|
"dependencies": {
|
2022-02-06 06:11:24 -07:00
|
|
|
"ajv": "^8.10.0",
|
2021-09-18 09:23:28 -07:00
|
|
|
"bind-decorator": "^1.0.11",
|
2021-12-01 00:20:53 -07:00
|
|
|
"connect-gzip-static": "^2.1.1",
|
2022-02-06 06:11:24 -07:00
|
|
|
"core-js": "^3.21.0",
|
2021-07-05 13:12:50 -07:00
|
|
|
"debounce": "^1.2.1",
|
2022-01-30 06:12:07 -07:00
|
|
|
"deep-object-diff": "^1.1.7",
|
2020-07-18 16:45:07 -07:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2020-09-24 09:06:43 -07:00
|
|
|
"finalhandler": "^1.1.2",
|
2021-08-22 09:27:27 -07:00
|
|
|
"git-last-commit": "^1.0.1",
|
2021-12-14 03:30:45 -07:00
|
|
|
"humanize-duration": "^3.27.1",
|
2021-07-05 13:12:50 -07:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-07-21 10:35:14 -07:00
|
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
2020-07-18 16:45:07 -07:00
|
|
|
"mkdir-recursive": "^0.4.0",
|
2021-07-05 13:12:50 -07:00
|
|
|
"moment": "^2.29.1",
|
2022-02-13 07:03:23 -07:00
|
|
|
"mqtt": "4.3.5",
|
2020-07-18 16:45:07 -07:00
|
|
|
"object-assign-deep": "^0.4.0",
|
|
|
|
"rimraf": "^3.0.2",
|
2021-07-05 13:12:50 -07:00
|
|
|
"semver": "^7.3.5",
|
2021-11-20 17:15:28 -07:00
|
|
|
"source-map-support": "^0.5.21",
|
2022-01-04 12:29:17 -07:00
|
|
|
"uri-js": "^4.4.1",
|
2022-02-13 07:03:23 -07:00
|
|
|
"winston": "^3.6.0",
|
2022-02-06 06:11:24 -07:00
|
|
|
"winston-syslog": "^2.5.0",
|
2022-02-11 10:52:00 -07:00
|
|
|
"winston-transport": "^4.5.0",
|
2022-02-13 07:03:23 -07:00
|
|
|
"ws": "^8.5.0",
|
2022-02-15 12:03:43 -07:00
|
|
|
"zigbee-herdsman": "0.14.16",
|
2022-02-13 07:46:03 -07:00
|
|
|
"zigbee-herdsman-converters": "14.0.421",
|
2022-01-30 10:19:43 -07:00
|
|
|
"zigbee2mqtt-frontend": "0.6.71"
|
2018-04-18 10:09:59 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-13 07:03:23 -07:00
|
|
|
"@babel/core": "^7.17.2",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.17.2",
|
2022-01-23 05:25:38 -07:00
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-02 02:33:26 -07:00
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
2021-09-26 08:18:04 -07:00
|
|
|
"@types/debounce": "^1.2.1",
|
2021-09-22 11:01:46 -07:00
|
|
|
"@types/finalhandler": "^1.1.1",
|
2021-12-26 02:10:22 -07:00
|
|
|
"@types/humanize-duration": "^3.27.1",
|
2022-01-02 02:33:26 -07:00
|
|
|
"@types/jest": "^27.4.0",
|
2021-11-20 17:15:28 -07:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2021-07-21 13:14:33 -07:00
|
|
|
"@types/object-assign-deep": "^0.4.0",
|
2021-10-02 01:09:38 -07:00
|
|
|
"@types/rimraf": "^3.0.2",
|
2021-12-14 03:30:45 -07:00
|
|
|
"@types/ws": "^8.2.2",
|
2022-02-13 07:03:23 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
|
|
"@typescript-eslint/parser": "^5.11.0",
|
|
|
|
"babel-jest": "^27.5.1",
|
|
|
|
"eslint": "^8.9.0",
|
2021-07-21 10:35:14 -07:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2022-02-13 07:03:23 -07:00
|
|
|
"eslint-plugin-jest": "^26.1.0",
|
|
|
|
"jest": "^27.5.1",
|
2021-07-21 10:35:14 -07:00
|
|
|
"tmp": "^0.2.1",
|
2022-01-23 05:25:38 -07:00
|
|
|
"typescript": "^4.5.5"
|
2019-09-09 10:48:09 -07:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"coverageThreshold": {
|
|
|
|
"global": {
|
|
|
|
"branches": 100,
|
|
|
|
"functions": 100,
|
|
|
|
"lines": 100,
|
|
|
|
"statements": 100
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"collectCoverageFrom": [
|
2021-08-14 07:04:03 -07:00
|
|
|
"lib/**/*.js",
|
|
|
|
"lib/**/*.ts"
|
2019-09-09 10:48:09 -07:00
|
|
|
]
|
2020-11-21 08:02:49 -07:00
|
|
|
},
|
|
|
|
"bin": {
|
2021-01-16 04:32:15 -07:00
|
|
|
"zigbee2mqtt": "cli.js"
|
2017-09-27 09:39:10 -07:00
|
|
|
}
|
|
|
|
}
|