1{
2 "name": "meshcentral",
3 "version": "1.1.51",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
7 "Remote Desktop",
8 "Remote Terminal",
9 "Remote File Access",
10 "KVM",
11 "2FA",
12 "Two-Factor Authentication",
13 "Intel Active Management Technology",
14 "Intel AMT"
15 ],
16 "homepage": "https://meshcentral.com",
17 "description": "Web based remote computer management server",
18 "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
19 "main": "meshcentral.js",
20 "bin": {
21 "meshcentral": "bin/meshcentral"
22 },
23 "license": "Apache-2.0",
24 "files": [
25 "*.js",
26 "amt",
27 "bin",
28 "rdp",
29 "views",
30 "emails",
31 "agents",
32 "public",
33 "translate",
34 "readme.txt",
35 "license.txt",
36 "sample-config.json",
37 "sample-config-advanced.json"
38 ],
39 "dependencies": {
40 "@seald-io/nedb": "4.0.4",
41 "archiver": "7.0.1",
42 "body-parser": "1.20.3",
43 "cbor": "5.2.0",
44 "compression": "1.8.1",
45 "cookie-session": "2.1.1",
46 "express": "4.21.2",
47 "express-handlebars": "7.1.3",
48 "express-ws": "5.0.2",
49 "ipcheck": "0.1.0",
50 "minimist": "1.2.8",
51 "multiparty": "4.2.3",
52 "node-forge": "1.3.1",
53 "ua-client-hints-js": "0.1.2",
54 "ua-parser-js": "1.0.40",
55 "ws": "8.18.0",
56 "yauzl": "2.10.0"
57 },
58 "engines": {
59 "node": ">=16.0.0"
60 },
61 "repository": {
62 "type": "git",
63 "url": "https://github.com/Ylianst/MeshCentral.git"
64 },
65 "readme": "readme.md",
66 "optionalDependencies": {
67 "passport": "*",
68 "connect-flash": "*",
69 "passport-twitter": "*",
70 "passport-google-oauth20": "*",
71 "passport-github2": "*",
72 "passport-azure-oauth2": "*",
73 "jwt-simple": "*",
74 "openid-client": "5.7.1",
75 "passport-saml": "*",
76 "@duosecurity/duo_universal": "2.1.0",
77 "archiver": "7.0.1",
78 "body-parser": "1.20.3",
79 "cbor": "5.2.0",
80 "compression": "1.8.1",
81 "cookie-session": "2.1.1",
82 "express": "4.21.2",
83 "express-handlebars": "7.1.3",
84 "express-ws": "5.0.2",
85 "ipcheck": "0.1.0",
86 "minimist": "1.2.8",
87 "multiparty": "4.2.3",
88 "@seald-io/nedb": "*",
89 "node-forge": "1.3.1",
90 "ua-parser-js": "1.0.40",
91 "ua-client-hints-js": "0.1.2",
92 "ws": "8.18.0",
93 "yauzl": "2.10.0",
94 "node-windows": "0.1.14",
95 "loadavg-windows": "1.1.1",
96 "node-sspi": "0.2.10",
97 "ldapauth-fork": "5.0.5",
98 "ssh2": "1.16.0",
99 "svg-captcha": "1.4.0",
100 "image-size": "2.0.2",
101 "acme-client": "4.2.5",
102 "aedes": "0.39.0",
103 "mysql2": "3.11.4",
104 "@mysql/xdevapi": "8.0.33",
105 "mongodb": "4.17.2",
106 "pg": "8.14.1",
107 "mariadb": "3.4.0",
108 "acebase": "1.29.5",
109 "sqlite3": "5.1.7",
110 "node-vault": "0.10.2",
111 "https-proxy-agent": "7.0.2",
112 "mongojs": "3.1.0",
113 "nodemailer": "6.10.1",
114 "@sendgrid/mail": "*",
115 "jsdom": "22.1.0",
116 "esprima": "4.0.1",
117 "html-minifier-terser": "7.2.0",
118 "@crowdsec/express-bouncer": "0.1.0",
119 "prom-client": "*",
120 "archiver-zip-encrypted": "2.0.0",
121 "googleapis": "128.0.0",
122 "webdav": "5.8.0",
123 "minio": "8.0.2",
124 "wildleek": "2.0.0",
125 "yub": "0.11.1",
126 "otplib": "12.0.1",
127 "twilio": "4.19.0",
128 "plivo": "4.58.0",
129 "telnyx": "1.25.5",
130 "telegram": "2.19.8",
131 "input": "1.0.1",
132 "discord.js": "14.6.0",
133 "@xmpp/client": "0.13.1",
134 "node-pushover": "1.0.0",
135 "zulip": "0.1.0",
136 "web-push": "3.6.6",
137 "firebase-admin": "12.7.0",
138 "modern-syslog": "1.2.0",
139 "syslog": "0.1.1-1",
140 "heapdump": "0.3.15"
141 }
142}