{ "name": "server", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "axios": "^1.7.7", "chai": "^5.1.1", "cors": "^2.8.5", "express": "^4.21.0", "http-proxy-middleware": "^3.0.3", "mocha": "^10.7.3" } }