-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
{
"name": "mmm-homeconnect2",
"version": "1.0.8",
"description": "MagicMirror² Module for Home Connect",
"main": "MMM-HomeConnect2.js",
"author": "HeikoGr",
"type": "commonjs",
"engines": {
"node": ">=20.18.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeikoGr/MMM-HomeConnect2.git"
},
"keywords": [
"MagicMirror²",
"HomeConnect",
"Smart Home",
"Appliances",
"BSH",
"Bosch",
"Siemens",
"Neff",
"Gaggenau"
],
"license": "MIT",
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --write .",
"test": "node tests/run-all.js",
"test:spelling": "cspell .",
"mmcheck": "node scripts/magicmirror-check.mjs --devcontainer-only --current",
"deps:check": "npm outdated && ncu",
"deps:update": "ncu -u && npm install"
},
"lint-staged": {
"*.{js,json,css,html}": [
"biome check --write --files-ignore-unknown=true"
]
},
"dependencies": {
"eventsource": "^4.1.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15"
},
"bugs": {
"url": "https://github.com/HeikoGr/MMM-HomeConnect2/issues"
},
"homepage": "https://github.com/HeikoGr/MMM-HomeConnect2"
}