forked from Hypfer/Valetudo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 808 Bytes
/
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
{
"name": "valetudo",
"version": "0.4.0",
"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 node10-linux-armv7 --no-bytecode --options max-old-space-size=32 --public-packages=prettycron ."
},
"author": "",
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"express": "^4.16.3",
"express-basic-auth": "^1.2.0",
"express-dynamic-middleware": "^1.0.0",
"mqtt": "^2.18.8",
"multer": "^1.4.1",
"prettycron": "^0.10.0",
"ws": "^6.1.4"
},
"devDependencies": {
"pkg": "4.3.7"
}
}