-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
69 lines (69 loc) · 1.85 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
{
"name": "iobroker.hm-rega",
"version": "5.1.0",
"description": "Connects HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") to ioBroker",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker <hq@ccu.io>",
"Jens Maus <mail@jens-maus.de>",
"Apollon77 <ingo@fischer-ka.de>",
"Moritz Heusinger <moritz.heusinger@gmail.com>"
],
"homepage": "https://github.com/ioBroker/ioBroker.hm-rega",
"keywords": [
"ioBroker",
"hm-rega",
"homematic",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.hm-rega"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.2",
"iconv-lite": "^0.6.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/testing": "^4.1.3",
"@types/node": "^22.5.1",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gulp": "^4.0.2",
"mocha": "^10.6.0",
"prettier": "^3.3.3"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rega/issues"
},
"main": "main.js",
"scripts": {
"test:package": "mocha test/packageFiles --exit",
"test:integration": "mocha test/integrationAdapter --exit",
"release": "release-script --noPush -y",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"update-packages": "ncu --upgrade"
},
"files": [
"main.js",
"regascripts/",
"lib/",
"admin/",
"io-package.json",
"LICENSE"
],
"license": "MIT"
}