Proxy/package.json

17 lines
310 B
JSON

{
"name": "proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.3",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0"
}
}