AnonymousForwardingBot/package.json
2023-10-30 14:27:26 +06:00

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