package.json 888 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "test": "node src/test.mjs"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "axios": "^1.9.0",
  16. "cors": "^2.8.5",
  17. "docx": "^9.5.0",
  18. "docxtemplater": "^3.62.2",
  19. "docxtemplater-image-module-free": "^1.1.1",
  20. "dotenv": "^16.5.0",
  21. "echarts": "^5.6.0",
  22. "express": "^4.19.1",
  23. "form-data": "^4.0.2",
  24. "fs-extra": "^11.3.0",
  25. "image-size": "^2.0.2",
  26. "minio": "^8.0.5",
  27. "multer": "^1.4.5-lts.2",
  28. "node-plotly.js": "^0.0.1",
  29. "papaparse": "^5.5.2",
  30. "pizzip": "^3.2.0",
  31. "plotly.js": "^3.0.1",
  32. "plotly.js-dist": "^2.34.0",
  33. "plotly.js-dist-min": "^2.34.0",
  34. "plotly.js-with-locales": "^1.31.2",
  35. "puppeteer": "^19.11.1"
  36. }
  37. }