-
Notifications
You must be signed in to change notification settings - Fork 254
/
package.json
68 lines (68 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "chisato-bot",
"version": "1.0.4",
"description": "WhatsApp Bot Multi-Device using Baileys",
"main": "start.js",
"scripts": {
"build": "tsc --build",
"start": "node ./dist/auth/connect.js",
"pm2:start": "pm2 start dist/auth/connect.js && pm2 flush connect && pm2 logs connect",
"pm2:restart": "pm2 reload connect && pm2 flush connect && pm2 logs connect"
},
"prisma": {
"schema": "./prisma/schema.prisma"
},
"author": "Tobz",
"license": "GPL-3.0-only",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@arugaz/ai2d": "^1.0.1-z.9",
"@tobyg74/tiktok-api-dl": "^1.0.13",
"awesome-phonenumber": "^3.2.0",
"axios": "^1.5.2",
"baileys": "github:TobyG74/baileys",
"cfonts": "^3.1.1",
"cheerio": "^1.0.0-rc.12",
"cli-color": "^2.0.3",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"file-type": "16.5.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"path": "^0.12.7",
"twitter-downloader": "^1.1.1",
"typed-emitter": "^2.1.0",
"util": "^0.12.4",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "^2.10.3"
},
"devDependencies": {
"@prisma/client": "^5.7.0",
"@types/cli-color": "^2.0.5",
"@types/yt-search": "^2.10.3",
"croner": "^8.0.0",
"moment-timezone": "^0.5.34",
"pino": "^7.0.0",
"pm2": "^5.2.0",
"qrcode-terminal": "^0.12.0",
"typescript": "^5.3.3"
},
"keywords": [
"wa-bot",
"wabot",
"whatsapp-bot",
"whatsappbot",
"whatsappmd",
"chisato-bot",
"chisato-md",
"baileys"
],
"homepage": "https://github.com/TobyG74/ChisatoBOT#readme",
"repository": {
"type": "git",
"url": "https://github.com/TobyG74/ChisatoBOT.git"
},
"bugs": {
"url": "https://github.com/TobyG74/ChisatoBOT/issues"
}
}