{ "name": "download-server", "version": "1.0.0", "description": "", "main": "index.mjs", "type": "module", "scripts": { "start": "node index.mjs", "test": "node src/test.mjs" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.8", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.19.1", "form-data": "^4.0.2", "fs-extra": "^11.2.0", "minio": "^8.0.5", "multer": "^1.4.5-lts.2", "node-plotly.js": "^0.0.1", "plotly.js": "^3.0.1", "plotly.js-dist": "^2.34.0", "plotly.js-dist-min": "^2.34.0", "plotly.js-with-locales": "^1.31.2", "puppeteer": "^22.6.0" } }