{ "name": "app", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "build": "cd frontend && npm install && npm run build" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^4.17.2", "minio": "^7.0.26", "mongodb": "^4.3.1" } }