-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 2.36 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
{
"name": "iobroker.bsblan",
"version": "0.3.4",
"description": "Connects the BSB_LAN Interface with ioBroker",
"author": {
"name": "hacki11",
"email": "hacko@mailbox.org"
},
"homepage": "https://github.com/hacki11/ioBroker.bsblan",
"license": "MIT",
"keywords": [
"broetje brötje BBK BBS BGB BLW BMR BOB BSK SOB WBS WGB WGB_EVO WGB_Pro_EVO WGB-M WGB-U WOB MHG fujitsu ELCO Aerotop Aquatop Straton Thision Thision_S Thision_S_Plus siemens ATAG QR Atlantic Alfea_Excellia Extensa Austria_Email LWPK Baxi Luna_Platinum CTA Optiheat Froeling Fröling Rendagas_Plus Fujitsu Waterstage_Comfort WSHA WSYK WSYP Gruenenwald Grünenwald Greenheat Interdomo Domostar_GBK_25H Procon_E Olymp SHS WHS Thermital TBox Clima TOP Viessmann Vitotwin Weishaupt WTU lpb heating gas heizung heatpump bsb lan"
],
"repository": {
"type": "git",
"url": "git@github.com:hacki11/ioBroker.bsblan.git"
},
"engines": {
"node": ">= 16"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"p-queue": "^6.6.1",
"promise-request-retry": "^1.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"safer-buffer": "^2.1.2"
},
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@types/gulp": "^4.0.17",
"@iobroker/testing": "^4.1.0",
"@types/node": "^18.16.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^16.1.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:unit && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/hacki11/ioBroker.bsblan/issues"
},
"readmeFilename": "README.md"
}