22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "tgbot-chatgpt",
|
|
"version": "1.0.0",
|
|
"description": "Simple Telegram bot for access ChatGPT OpenAi API",
|
|
"author": "Leo",
|
|
"license": "All Rights Reserved",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"openai": "^4.56.0",
|
|
"socks-proxy-agent": "^8.0.4",
|
|
"telegraf": "^4.16.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rozenlab.com/leo/tgbot-chatgpt"
|
|
}
|
|
}
|