-
Notifications
You must be signed in to change notification settings - Fork 217
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "termux-whatsapp-bot",
"version": "0.0.2",
"description": "Only termux",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp",
"bot",
"whatsapp",
"bot"
],
"author": "NazwaS",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@kagchi/kag-api": "^1.5.5",
"async": "^2.4.1",
"axios": "^0.21.1",
"cfonts": "^2.9.0",
"escape-string-regexp": "^1.0.5",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"imgbb-uploader": "^1.1.0",
"lolis.life": "^4.0.0",
"moment-timezone": "^0.5.32",
"multistream": "^2.1.0",
"node-fetch": "^2.6.1",
"remove.bg": "^1.3.0",
"request": "^2.81.0",
"spinnies": "^0.5.1",
"tiktok-scraper": "^1.4.7"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/NazwaS/termux-whatsapp-bot.git"
},
"bugs": {
"url": "https://github.com/NazwaS/termux-whatsapp-bot/issues"
},
"homepage": "https://github.com/NazwaS/termux-whatsapp-bot#readme"
}