-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 569 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 569 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "z2m-external-converter-dev",
"version": "1.0.0",
"description": "Environment to create external converters for Zigbee2MQTT",
"main": "index.js",
"scripts": {
"check": "biome check --write",
"update-zhc": "npm update --save zigbee-herdsman zigbee-herdsman-converters"
},
"keywords": [
"z2m",
"zigbee2mqtt",
"external-converters"
],
"author": "Nerivec",
"license": "GPL-3.0-or-later",
"dependencies": {
"zigbee-herdsman": "^10.0.7",
"zigbee-herdsman-converters": "^26.41.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13"
}
}