16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"name": "AnonymousForwardinBot",
|
|
"version": "1.0.0",
|
|
"description": "A Telegram bot that forwards messages to a channel anonymously.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"telegraf": "^4.4.2",
|
|
"telegraph-node": "^1.0.0",
|
|
"dotenv": "^6.0.0",
|
|
"netlify-lambda": "^2.0.16"
|
|
}
|
|
}
|