package.json 1007 B

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