chore: Add package.json for Telegram test scripts
This commit is contained in:
parent
86ace42fca
commit
15833dec83
20
scripts/package.json
Normal file
20
scripts/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user