yandexgpt_tg_bot/package.json

16 lines
280 B
JSON

{
"name": "yandexgpt_tg_bot",
"version": "0.1.2",
"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"
}
}