-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
34
{
"name": "bubble-telegram",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/genai": "^0.9.0",
"axios": "^1.8.4",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"node-telegram-bot-api": "^0.66.0",
"puppeteer": "^24.6.1"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"@types/node-telegram-bot-api": "^0.64.8",
"@types/puppeteer": "^7.0.4",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}