forked from rand256/valetudo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 897 Bytes
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
{
"name": "valetudo-re",
"version": "0.9.4",
"description": "Self-contained control webinterface for xiaomi vacuum robots",
"main": "index.js",
"bin": "index.js",
"license": "Apache-2.0",
"pkg": {
"assets": [
"client/**/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg --targets node12.16.1-linux-armv7 --no-bytecode --options max-old-space-size=32,optimize_for_size --public-packages=prettycron . --output valetudo"
},
"author": "",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cron": "^1.7.2",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-dynamic-middleware": "^1.0.0",
"mqtt": "4.0.0",
"multer": "^1.4.2",
"pngjs": "^5.0.0",
"prettycron": "^0.10.0",
"slimbot": "^4.4.0",
"socks5-client": "^1.2.8",
"ws": "^7.2.5"
},
"devDependencies": {
"pkg": "4.4.8"
}
}