package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "meshcentral",
  3. "version": "1.1.32",
  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. "@yetzt/nedb": "1.8.0",
  41. "archiver": "7.0.1",
  42. "body-parser": "1.20.3",
  43. "cbor": "5.2.0",
  44. "compression": "1.7.4",
  45. "cookie-session": "2.1.0",
  46. "express": "4.21.1",
  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-parser-js": "1.0.39",
  54. "ws": "8.18.0",
  55. "yauzl": "2.10.0"
  56. },
  57. "engines": {
  58. "node": ">=16.0.0"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "https://github.com/Ylianst/MeshCentral.git"
  63. },
  64. "readme": "readme.md"
  65. }