{ "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.3", "bottleneck": "^2.19.5", "bull": "^4.16.0", "express": "^4.19.2" }, "type": "module" }