-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 967 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "openai-telegram-bot",
"version": "1.0.0",
"description": "openai telegram bot for private messages & groups",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node chat.js",
"start": "pm2 start liveChat.js --cron-restart='0 * * * *'",
"server": "pm2 start reverse.js --cron-restart='0 * * * *'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discountry/openai-telegram-bot.git"
},
"keywords": [
"openai",
"telegram"
],
"author": "discountry",
"license": "MIT",
"bugs": {
"url": "https://github.com/discountry/openai-telegram-bot/issues"
},
"homepage": "https://github.com/discountry/openai-telegram-bot#readme",
"dependencies": {
"@waylaidwanderer/chatgpt-api": "^1.15.1",
"chatgpt": "^5.0.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"marked": "^4.2.3",
"openai": "^3.2.0",
"puppeteer": "^19.4.1",
"telegraf": "^4.11.2"
}
}