package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "download-server",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.mjs",
  6. "type": "module",
  7. "scripts": {
  8. "start": "node index.mjs",
  9. "prepare:templates": "node scripts/prepareReportTemplates.mjs",
  10. "smoke:health-report": "node scripts/smoke-health-report.mjs",
  11. "smoke:anomaly-report": "node scripts/smoke-anomaly-report.mjs",
  12. "test": "node src/test.mjs"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "archiver": "^7.0.1",
  19. "axios": "^1.9.0",
  20. "cors": "^2.8.5",
  21. "docx": "^9.5.0",
  22. "docxtemplater": "^3.62.2",
  23. "docxtemplater-image-module-free": "^1.1.1",
  24. "dotenv": "^16.5.0",
  25. "echarts": "^5.6.0",
  26. "express": "^4.19.1",
  27. "form-data": "^4.0.2",
  28. "fs-extra": "^11.3.0",
  29. "image-size": "^2.0.2",
  30. "minio": "^8.0.5",
  31. "multer": "^1.4.5-lts.2",
  32. "node-plotly.js": "^0.0.1",
  33. "p-limit": "^7.3.0",
  34. "papaparse": "^5.5.2",
  35. "pizzip": "^3.2.0",
  36. "plotly.js": "^3.0.1",
  37. "plotly.js-dist": "^2.34.0",
  38. "plotly.js-dist-min": "^2.34.0",
  39. "plotly.js-with-locales": "^1.31.2",
  40. "puppeteer": "^19.11.1"
  41. }
  42. }