-
Notifications
You must be signed in to change notification settings - Fork 383
/
package.json
193 lines (193 loc) · 4.99 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.63.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <[email protected]>",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/oznu"
},
{
"type": "paypal",
"url": "https://paypal.me/oznu"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/homebridge/homebridge-config-ui-x.git"
},
"bugs": {
"url": "https://github.com/homebridge/homebridge-config-ui-x/issues"
},
"keywords": [
"homebridge-plugin",
"ui",
"gui",
"web",
"homebridge",
"homebridge-config-ui-x",
"ui-x",
"config-ui-x",
"homebridge-x",
"homebridge server",
"homebridge ui",
"homebridge-ui",
"homebridge gui",
"homebridge-gui",
"web interface",
"config ui",
"management",
"config editor",
"linux",
"macOS",
"osx",
"windows",
"raspberry pi",
"accessory control",
"smart home",
"hb-service"
],
"main": "./dist/index.js",
"bin": {
"homebridge-config-ui-x": "dist/bin/standalone.js",
"hb-service": "dist/bin/hb-service.js"
},
"engines": {
"node": "^18 || ^20 || ^22",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "npm run build:server && npm run build:ui",
"build:server": "rimraf dist && tsc -p tsconfig.build.json",
"build:ui": "npm run build --prefix ui",
"check": "npm run check:server && npm run check:ui",
"check:server": "npm install && npm outdated",
"check:ui": "npm install --prefix ui && npm outdated --prefix ui",
"lang-sync": "ts-node scripts/lang-sync.ts",
"lint": "eslint . --max-warnings=0",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build",
"start": "ts-node -r tsconfig-paths/register src/main.ts",
"test": "vitest run",
"test-coverage": "npm run test -- --coverage",
"upgrade-install": "./scripts/upgrade-install.sh",
"watch": "concurrently \"npm run watch:ui\" \"npm run watch:server\"",
"watch:server": "nodemon",
"watch:ui": "npm run start --prefix ui"
},
"dependencies": {
"@fastify/helmet": "11.1.1",
"@fastify/multipart": "8.3.0",
"@fastify/static": "7.0.4",
"@homebridge/hap-client": "1.10.2",
"@homebridge/node-pty-prebuilt-multiarch": "0.11.14",
"@nestjs/axios": "3.1.2",
"@nestjs/common": "10.4.8",
"@nestjs/core": "10.4.8",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.4.8",
"@nestjs/platform-socket.io": "10.4.8",
"@nestjs/swagger": "8.0.7",
"@nestjs/websockets": "10.4.8",
"axios": "1.7.7",
"bash-color": "0.0.4",
"buffer-shims": "1.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"commander": "12.1.0",
"dayjs": "1.11.13",
"fastify": "4.28.1",
"fs-extra": "11.2.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"node-cache": "5.1.2",
"node-schedule": "2.1.1",
"ora": "5.4.1",
"otplib": "12.0.1",
"p-limit": "3.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"semver": "7.6.3",
"systeminformation": "5.23.5",
"tail": "2.2.6",
"tar": "6.2.1",
"tcp-port-used": "1.0.2",
"unzipper": "0.12.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@nestjs/testing": "^10.4.8",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/node-schedule": "^2.1.7",
"@types/passport-jwt": "^4.0.1",
"@types/semver": "^7.5.8",
"@types/tail": "^2.2.3",
"@types/tar": "^6.1.13",
"@types/tcp-port-used": "^1.0.4",
"@types/unzipper": "^0.10.10",
"@vitest/coverage-v8": "^2.1.5",
"concurrently": "^9.1.0",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"form-data": "^4.0.1",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"unplugin-swc": "^1.5.1",
"vitest": "^2.1.5"
},
"overrides": {
"@homebridge/hap-client": {
"axios": "1.7.7"
}
},
"maintainers": [
{
"email": "[email protected]",
"name": "bwp91"
},
{
"email": "[email protected]",
"name": "oznu"
},
{
"email": "[email protected]",
"name": "northernman"
},
{
"email": "[email protected]",
"name": "supereg"
},
{
"email": "[email protected]",
"name": "khaost"
},
{
"email": "[email protected]",
"name": "ebaauw"
},
{
"email": "[email protected]",
"name": "donavanbecker"
},
{
"email": "[email protected]",
"name": "dustin.greif"
},
{
"email": "[email protected]",
"name": "nfarina"
}
]
}