-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
76 lines (76 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "iobroker.mqtt",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "6.1.2",
"author": "bluefox <[email protected]>",
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
},
{
"name": "Apollon77",
"email": "[email protected]"
},
{
"name": "Matthias Kleine",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.mqtt",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.mqtt"
},
"keywords": [
"ioBroker",
"notification",
"MQTT",
"message"
],
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"mqtt": "^5.10.3",
"mqtt-connection": "^4.1.0",
"websocket-stream": "^5.5.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.11.1",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/legacy-testing": "^1.0.13",
"@iobroker/testing":"4.1.3",
"eslint": "^9.13.0",
"globals": "^15.14.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.mqtt/issues"
},
"main": "main.js",
"files": [
"admin/",
"main.js",
"LICENSE",
"docs/",
"io-package.json",
"lib/"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"lint": "eslint",
"translate": "translate-adapter",
"update-packages": "ncu --upgrade"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}