chore: Add package.json for Telegram test scripts

This commit is contained in:
Matthias Lotz 2025-11-29 20:06:38 +01:00
parent 86ace42fca
commit 15833dec83

20
scripts/package.json Normal file
View File

@ -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"
}
}