-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 981 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
37
38
39
{
"name": "Wa-MLSC-Bot",
"version": "2.0.0",
"description": "WhatsApp Bot",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"serve": "nodemon index.js"
},
"base": "https://github.com/dgbkn/wa-bot",
"author": "Dev Goyal",
"dependencies": {
"@adiwajshing/baileys": "npm:baileys@^6.0.7",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"awesome-phonenumber": "^2.64.0",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"figlet": "^1.5.2",
"forever": "^4.0.3",
"fs": "0.0.1-security",
"gpt3-tokenizer": "^1.1.5",
"http": "^0.0.1-security",
"i": "^0.3.7",
"lodash": "^4.17.21",
"nodemon": "^2.0.22",
"npm": "^9.6.6",
"openai": "^3.2.1",
"pino": "^7.0.5",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.31.1",
"sqlite3": "^5.1.6",
"util": "^0.12.4",
"youtube-search": "^1.1.6"
}
}