-
Notifications
You must be signed in to change notification settings - Fork 275
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "Agusbot",
"version": "1.0.0",
"description": "Termux whatsapp bot",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@adiwajshing/baileys": "^3.2.1",
"axios": "0.21.0",
"bash": "0.0.1",
"brainly-scraper": "^1.0.2",
"cheerio": "^1.0.0-rc.3",
"cloudconvert": "^2.1.5",
"cwebp": "^2.0.5",
"got": "^11.8.0",
"gtts": "^0.2.1",
"gulp": "^4.0.2",
"gulp-webp": "^4.0.1",
"image-to-base64": "^2.1.1",
"moment": "^2.29.1",
"node-gtts": "^2.0.2",
"request": "^2.88.2",
"text-to-mp3": "^1.0.4",
"urlencode": "^1.1.0",
"webp-simple-converter": "^0.0.6",
"ytdl": "^1.3.5",
"ytdl-core": "^3.4.2"
},
"devDependencies": {},
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgusAliansyah/vvipbot-wa"
},
"keywords": [
"K"
],
"author": "Agusbot",
"license": "ISC",
"bugs": {
"url": "https://github.com/AgusAliansyah/vvipbot-wa/issues"
},
"homepage": "https://github.com/AgusAliansyah/vvipbot-wa#readme"
}