manual improvement 2 & add telegram bot
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "balinyaar-telegram-otp-bot",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Standalone dev-only Telegram relay: exposes an HTTP endpoint the Balinyaar API calls to deliver OTPs to a fixed list of Telegram chat ids.",
|
||||
"type": "module",
|
||||
"main": "src/server.js",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node src/server.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user