{ "name": "telegram-test-scripts", "version": "1.0.0", "description": "Standalone Telegram Bot Testing Scripts for Image Uploader", "main": "telegram-test.js", "scripts": { "test": "node telegram-test.js" }, "keywords": [ "telegram", "bot", "testing" ], "author": "Werkstatt Hobbyhimmel", "license": "ISC", "dependencies": { "dotenv": "^17.2.3", "node-telegram-bot-api": "^0.66.0" } }