This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
yandexgpt_tg_bot/package.json

16 lines
280 B
JSON
Raw Normal View History

2023-06-28 14:45:04 +03:00
{
"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"
}
}