forked from Aiinne/Aine-MD
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
116 lines (116 loc) · 3.52 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "Aine-Bot",
"version": "07.06.98",
"description": "Customizable WhatsApp Bot",
"depecrated": false,
"main": "index.js",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"mongo": "node . --db 'mongodb+srv://Metafor1000:[email protected]/myFirstDatabase?retryWrites=true&w=majority'",
"test": "node test.js",
"test2": "nodemon index.js --server --autocleartmp"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq",
"multi-device",
"MD",
"baileys-md"
],
"homepage": "https://github.com/Aiinne",
"author": {
"name": "Muhammad Ridwan Reynaldy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aiinne"
},
"bugs": {
"url": "https://github.com/Aiinne"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@bochilteam/scraper": "0.0.81",
"acrcloud": "^1.4.0",
"async": "^3.2.1",
"awesome-phonenumber": "^2.66.0",
"axios": "^0.24.0",
"base64-to-image": "^1.0.2",
"brainly-scraper": "^1.0.3",
"brainly-scraper-v2": "^2.0.4-1",
"cfonts": "^2.10.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"dhn-api": "^1.1.3",
"emoji-api": "^2.0.1",
"escape-string-regexp": "^5.0.0",
"express": "^4.17.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"got": "^11.8.2",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"image-to-base64": "^2.2.0",
"imagemagick": "^0.1.3",
"imgbb-uploader": "^1.3.3",
"jsdom": "^16.7.0",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"lyrics-finder": "^21.7.0",
"mathjs": "^9.5.2",
"moment-timezone": "^0.5.34",
"mongoose": "^6.1.5",
"ms": "^2.1.3",
"multistream": "^4.1.0",
"node-fetch": "^2.6.7",
"node-gtts": "^2.0.2",
"node-gyp-build": "^4.3.0",
"node-scrapy": "^0.5.0",
"node-tesseract-ocr": "^2.2.1",
"node-webpmux": "^3.1.1",
"ocr-space-api-wrapper": "^2.1.1",
"path": "^0.12.7",
"peok": "^1.0.2",
"perf_hooks": "0.0.1",
"performance-now": "^2.1.0",
"pino": "^7.8.0",
"pino-pretty": "^7.5.1",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"qs": "^6.10.1",
"request": "^2.88.2",
"scrape-primbon": "^1.1.0",
"similarity": "^1.2.1",
"socket.io": "^4.4.1",
"syntax-error": "^1.4.0",
"terminal-image": "^2.0.0",
"translate-google-api": "^1.0.4",
"url": "^0.11.0",
"url-regex": "^5.0.0",
"url-regex-safe": "^2.1.0",
"util": "^0.12.4",
"yargs": "^17.0.1",
"yt-search": "^2.9.0",
"zs-extract": "^1.4.1"
}
}