forked from realvare/varebot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.64 KB
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
{
"name": "varebot",
"version": "2.6.0",
"description": "Best Whatsapp bot (MD) - by sam",
"main": "based.js",
"type": "module",
"license": "Apache-2.0",
"author": {
"name": "realvare",
"url": "https://github.com/realvare"
},
"homepage": "https://github.com/realvare/varebot",
"repository": {
"type": "git",
"url": "git+https://github.com/realvare/varebot.git"
},
"bugs": {
"url": "git+https://github.com/realvare/varebot/issues"
},
"keywords": [
"whatsapp",
"bot",
"bot-MD",
"javascript",
"nodejs",
"based",
"baileys",
"whatsapp-bot",
"varebot",
"@realvare/based",
"@realvare/baileys"
],
"directories": {
"lib": "lib",
"plugins": "plugins",
"media": "media"
},
"scripts": {
"start": "node based.js",
"code": "node based.js code",
"qr": "node based.js qr"
},
"dependencies": {
"@realvare/baileys": "latest",
"awesome-phonenumber": "^3.4.0",
"axios": "^1.12.2",
"canvas": "^3.2.0",
"chalk": "^5.6.2",
"cheerio": "^1.1.2",
"file-type": "^21.0.0",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^6.0.3",
"jimp": "^0.22.10",
"jsdom": "^27.0.0",
"jsqr": "latest",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"msedge-tts": "latest",
"node-cache": "latest",
"node-fetch": "latest",
"node-webpmux": "^3.2.1",
"performance-now": "^2.1.0",
"pino": "^10.1.0",
"puppeteer": "latest",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"ruhend-scraper": "latest",
"yargs": "^18.0.0",
"yt-search": "latest"
},
"engines": {
"node": ">=20.2.0",
"npm": ">=10.9.2"
}
}