{ "name": "yandexgpt_tg_bot", "version": "0.1.0", "private": true, "type": "module", "main": "./main.mjs", "description": "", "dependencies": { "fp-ts": "^2.16.0", "node-telegram-bot-api": "^0.61.0" }, "bin": { "yandexgpt_tg_bot": "./main.mjs" } }