{ "name": "api-gateway", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Dennis Gunia", "license": "ISC", "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.0.3", "eslint": "^9.39.2", "prettier": "^3.7.4", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "dependencies": { "@types/axios": "^0.14.4", "axios": "^1.13.2", "dotenv": "^17.2.3", "express": "^5.2.1", "helmet": "^8.1.0", "http": "^0.0.1-security", "https": "^1.0.0", "node-cache": "^5.1.2", "node-html-parser": "^7.0.2" } }