-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.27 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "tigrebot",
"version": "3.5",
"description": "Um bot exclusivo pra quem é apaixonado pelo Tigre",
"main": "index.js",
"scripts": {
"start": "./install.sh",
"production": "pm2 start npm --name \"TigreBot\" -- start && pm2 monit",
"test": "jest",
"dev": "node --env-file=.env index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsakae/tigrebot.git"
},
"keywords": [
"bot",
"chatbot",
"futebol",
"série",
"A",
"série",
"B",
"série",
"C",
"série",
"D",
"campeonato",
"brasileiro",
"brasileirão"
],
"author": "devsakae",
"license": "ISC",
"bugs": {
"url": "https://github.com/devsakae/tigrebot/issues"
},
"homepage": "https://github.com/devsakae/tigrebot#readme",
"dependencies": {
"@google/generative-ai": "^0.14.1",
"axios": "^1.6.1",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"google-news-json": "^2.1.0",
"mongodb": "^6.2.0",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "^0.12.0",
"twitter-api-v2": "^1.15.2",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js#webpack-exodus",
"wwebjs-devsakae": "^1.25.3"
},
"devDependencies": {
"jest": "^29.7.0",
"node-cron": "^3.0.3"
}
}