forked from Hypfer/Valetudo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "floleVacWeb",
"version": "0.4.0",
"description": "Self-contained control webinterface for xiaomi vacuum robots",
"main": "index.js",
"bin": "index.js",
"license": "FloleLicense",
"pkg": {
"assets": [
"client/**/*"
]
},
"scripts": {
"lint": "eslint .",
"ts-check": "tsc -p jsconfig.json",
"test": "mocha \"test/**/*_spec.js\"",
"build": "pkg --targets node10-linux-armv7 --no-bytecode --options max-old-space-size=32 .",
"build_viomi": "pkg --targets node10-alpine-armv6 --no-bytecode --options max-old-space-size=32 ."
},
"author": "",
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"cronstrue": "^1.92.0",
"esm": "^3.2.25",
"express": "^4.16.3",
"express-basic-auth": "^1.2.0",
"express-dynamic-middleware": "^1.0.0",
"mqtt": "^2.18.8",
"multer": "^1.4.1",
"ws": "^6.1.4"
},
"devDependencies": {
"@types/accepts": "^1.3.5",
"@types/bytes": "^3.1.0",
"@types/compression": "^1.7.0",
"@types/express": "^4.17.3",
"@types/mocha": "^7.0.2",
"@types/multer": "^1.4.2",
"@types/node": "^13.9.1",
"@types/on-headers": "^1.0.0",
"@types/ws": "^7.2.2",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"pkg": "4.3.7",
"should": "^13.2.3",
"typescript": "^3.8.3"
}
}