Version 0.9.83
Ylian Saint-Hilaire committed
Feb 14, 2022 at 17:21 UTC
9b6957bc7188304d22fdbee754066b0d5358fe0a
1 file changed
+3
-17
package.json
+3
-17
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.82",
3
+ "version": "0.9.83",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
@@ -36,8 +36,6 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
- "@yetzt/nedb": "^1.8.0",
40
- "archiver": "^4.0.2",
39
"body-parser": "^1.19.0",
40
"cbor": "~5.2.0",
41
"compression": "^1.7.4",
@@ -45,25 +43,13 @@
43
"express": "^4.17.0",
44
"express-handlebars": "^5.3.5",
45
"express-ws": "^4.0.0",
48
- "html-minifier": "^4.0.0",
49
- "image-size": "^1.0.1",
46
"ipcheck": "^0.1.0",
51
- "jsdom": "^19.0.0",
52
- "loadavg-windows": "^1.1.1",
53
- "minify-js": "^0.0.4",
47
"minimist": "^1.2.5",
48
"multiparty": "^4.2.1",
49
+ "@yetzt/nedb": "^1.8.0",
50
"node-forge": "^1.0.0",
57
- "node-rdpjs-2": "^0.3.5",
58
- "node-windows": "^0.1.4",
59
- "otplib": "^10.2.3",
60
- "pg": "^8.7.1",
61
- "pgtools": "^0.3.2",
62
- "ssh2": "^1.6.0",
63
- "web-push": "^3.4.5",
51
"ws": "^5.2.3",
65
- "yauzl": "^2.10.0",
66
- "yubikeyotp": "^0.2.0"
52
+ "yauzl": "^2.10.0"
53
},
54
"engines": {
55
"node": ">=10.0.0"