15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|