forked from LoL-Human/Case-WA-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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
{
"name": "bot-wa",
"version": "0.0.1",
"description": "LoL Human case rest api",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"whatsapp",
"bot"
],
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.5.2",
"async": "^3.2.0",
"axios": "^0.21.1",
"cfonts": "^2.9.0",
"escape-string-regexp": "^4.0.0",
"fake-useragent": "^1.0.1",
"file-type": "^16.2.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^9.0.1",
"moment-timezone": "^0.5.32",
"multistream": "^4.0.1",
"needle": "^2.5.2",
"node-fetch": "^2.6.1",
"performance-now": "^2.1.0",
"request": "^2.88.2",
"spinnies": "^0.5.1"
}
}