You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
439 B

{
"name": "telegram-api-request-limit",
"version": "1.0.0",
"description": "Microservice that lets sending requests to Telegram API without 429",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hardwell",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"bottleneck": "^2.19.5",
"bull": "^4.16.0",
"express": "^4.19.2"
},
"type": "module"
}