forked from phaticusthiccy/WhatsAsenaDuplicated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.02 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
69
70
71
72
73
74
{
"name": "WhatsAsenaDuplicated",
"version": "1.3.2",
"description": "WhatsAsena project - a Whatsapp userbot helping to improve your Whatsapp experience.",
"main": "./WhatsAsenaDuplicated/bot.js",
"scripts": {
"start": "supervisor -s bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaticusthiccy/WhatsAsenaDuplicated.git"
},
"keywords": [
"whatsapp",
"bot",
"ai",
"asena",
"WhatsAsena"
],
"author": "AsenaDev / Yusuf Usta",
"developer": "AsenaDev / @phaticusthiccy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/phaticusthiccy/WhatsAsenaDuplicated/issues"
},
"homepage": "https://github.com/phaticusthiccy/WhatsAsenaDuplicated#readme",
"dependencies": {
"@adiwajshing/baileys": "3.4.1",
"@lh2020/speedtest-net": "^2.1.1",
"textmaker-thiccy": "^1.2.1",
"browser-id3-writer": "^4.4.0",
"playstore-scraper": "^1.0.0",
"axios": "^0.21.1",
"googlethis": "^1.0.7",
"audiobuffer-to-wav": "1.0.0",
"chalk": "^4.1.0",
"coffeehouse": "^2.0.0",
"cwebp": "^2.0.5",
"search-engine-client": "^1.2.6",
"deepai": "^1.0.17",
"cwebp-bin": "^6.1.1",
"tinyurl": "^1.1.7",
"dotenv": "^8.2.0",
"tiktok-scraper": "1.4.20",
"request": "2.88.2",
"exchange-rates-api": "^1.0.2",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"g-i-s": "^2.1.6",
"google-translate-tts": "^0.3.0",
"got": "^11.8.2",
"heroku-client": "^3.1.0",
"jimp": "0.16.0",
"js-ffmpeg": "0.0.26",
"jsdom": "^16.5.1",
"langs": "^2.0.0",
"languagedetect": "^2.0.0",
"meme-maker": "^2.1.2",
"mongodb": "^3.6.3",
"node-fetch": "^2.6.1",
"node-tesseract-ocr": "^2.0.0",
"pg": "^8.5.1",
"sequelize": "^6.5.1",
"simple-git": "^2.37.0",
"sozlukjs": "^1.1.0",
"spotify-web-api-node": "^5.0.0",
"sqlite3": "5.0.0",
"solenolyrics": "^5.0.0",
"translatte": "^3.0.0",
"wikijs": "^6.0.1",
"yt-search": "^2.7.4",
"ytdl-core": "^4.8.3"
}
}