diff --git a/scripts/package.json b/scripts/package.json new file mode 100644 index 0000000..a10136e --- /dev/null +++ b/scripts/package.json @@ -0,0 +1,20 @@ +{ + "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" + } +}