-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 793 Bytes
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
{
"name": "relobet-telegram-bot",
"version": "1.0.0",
"description": "Telegram bot for sports and eSports match analysis with AI-powered predictions",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"build": "echo 'Vercel deployment with static frontend and serverless API functions'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"telegram",
"bot",
"sports",
"esports",
"betting",
"predictions",
"ai",
"openai",
"grok"
],
"author": "",
"license": "MIT",
"dependencies": {
"node-telegram-bot-api": "^0.66.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"openai": "^4.67.3",
"node-cron": "^3.0.3"
}
}