2017-09-27 09:39:10 -07:00
|
|
|
{
|
2018-04-18 09:25:40 -07:00
|
|
|
"name": "zigbee2mqtt",
|
2021-02-01 10:14:39 -07:00
|
|
|
"version": "1.17.1-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": {
|
2020-11-04 09:39:09 -07:00
|
|
|
"node": "^10 || ^12 || ^14 || ^15"
|
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": {
|
2019-09-09 10:48:09 -07:00
|
|
|
"test-with-coverage": "jest test --coverage",
|
|
|
|
"eslint": "node_modules/.bin/eslint lib/",
|
2018-08-15 13:19:54 -07:00
|
|
|
"start": "node index.js",
|
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": {
|
2020-08-17 08:32:01 -07:00
|
|
|
"ajv": "^6.12.4",
|
2020-07-18 16:45:07 -07:00
|
|
|
"debounce": "^1.2.0",
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
2020-09-24 09:06:43 -07:00
|
|
|
"finalhandler": "^1.1.2",
|
2020-07-18 16:45:07 -07:00
|
|
|
"git-last-commit": "^1.0.0",
|
|
|
|
"humanize-duration": "^3.23.1",
|
|
|
|
"js-yaml": "^3.14.0",
|
2020-09-24 09:06:43 -07:00
|
|
|
"json-stable-stringify-without-jsonify": "=1.0.1",
|
2020-07-18 16:45:07 -07:00
|
|
|
"mkdir-recursive": "^0.4.0",
|
|
|
|
"moment": "^2.27.0",
|
2020-11-05 10:00:14 -07:00
|
|
|
"mqtt": "4.2.1",
|
2020-07-18 16:45:07 -07:00
|
|
|
"object-assign-deep": "^0.4.0",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"semver": "^7.3.2",
|
2020-09-24 09:06:43 -07:00
|
|
|
"serve-static": "^1.14.1",
|
2020-07-18 16:45:07 -07:00
|
|
|
"winston": "^3.3.3",
|
|
|
|
"winston-syslog": "^2.4.4",
|
2020-09-04 09:42:24 -07:00
|
|
|
"ws": "^7.3.1",
|
2021-02-06 05:53:53 -07:00
|
|
|
"zigbee-herdsman": "0.13.64",
|
2021-02-05 11:45:40 -07:00
|
|
|
"zigbee-herdsman-converters": "14.0.47",
|
2021-02-06 07:41:18 -07:00
|
|
|
"zigbee2mqtt-frontend": "0.3.37"
|
2018-04-18 10:09:59 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-17 08:20:46 -07:00
|
|
|
"eslint": "*",
|
2018-08-15 13:19:54 -07:00
|
|
|
"eslint-config-google": "*",
|
2019-09-09 10:48:09 -07:00
|
|
|
"eslint-plugin-jest": "*",
|
|
|
|
"jest": "*",
|
|
|
|
"tmp": "*"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"coverageThreshold": {
|
|
|
|
"global": {
|
|
|
|
"branches": 100,
|
|
|
|
"functions": 100,
|
|
|
|
"lines": 100,
|
|
|
|
"statements": 100
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"collectCoverageFrom": [
|
2021-01-16 04:32:15 -07:00
|
|
|
"lib/**/*.js"
|
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
|
|
|
}
|
|
|
|
}
|