{ "name": "proxy", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "start": "tsc && node dist/index.js" }, "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "http-proxy": "^1.18.1" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.20", "@types/http-proxy": "^1.17.13", "typescript": "^5.2.2" } }