-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "hoboken",
"version": "0.0.0",
"private": true,
"type": "module",
"license": "Apache-2.0",
"scripts": {
"start": "node --disable-warning=ExperimentalWarning src/main.ts",
"demo:status": "node --disable-warning=ExperimentalWarning demo/status-page.ts",
"demo:golden-screenshot": "demo/docker-screenshot.sh",
"check": "tsc",
"lint": "eslint .",
"test": "bun test --coverage",
"integration:wled": "node --experimental-strip-types --test integration/wled-roundtrip.ts"
},
"dependencies": {
"@homebridge/hap-nodejs": "^2.1.0",
"mqtt": "^5.15.0",
"prom-client": "^15.1.3",
"yaml": "^2.8.0"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@types/bun": "1.3.13",
"@types/node": "25.6.0",
"@types/pngjs": "6.0.5",
"aedes": "1.0.2",
"eslint": "9.39.4",
"eslint-plugin-unicorn": "64.0.0",
"hap-controller": "0.10.2",
"jiti": "2.6.1",
"pixelmatch": "7.2.0",
"playwright": "1.59.1",
"pngjs": "7.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.58.2"
},
"patchedDependencies": {
"@homebridge/ciao@1.3.5": "patches/@homebridge%2Fciao@1.3.5.patch"
}
}