-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
58 lines (58 loc) · 1.18 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
{
"name": "suryarb",
"version": "1.0.0",
"description": "WhatsApp Bot",
"main": "index.js",
"engines": {
"node": ">=20.0.0"
},
"type": "module",
"scripts": {
"start": "node index.js",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xct007/SuryaRB.git"
},
"keywords": [
"bot",
"Baileys",
"WABOT",
"MD",
"WhatsApp",
"ITSROSE",
"ROSE",
"ROSEBOT",
"ROSEBOTZ",
"ROSEBOTZV1",
"ITSROSEBOT"
],
"author": "FrierenDv",
"license": "MIT",
"bugs": {
"url": "https://github.com/xct007/SuryaRB/issues"
},
"homepage": "https://github.com/xct007/SuryaRB#readme",
"dependencies": {
"@whiskeysockets/baileys": "github:WhiskeySockets/Baileys",
"async-mutex": "^0.5.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"file-type": "^19.6.0",
"fluent-ffmpeg": "^2.1.3",
"gm": "^1.25.0",
"import-from-string": "^0.0.5",
"jimp": "^0.16.13",
"link-preview-js": "^3.0.12",
"mongoose": "^8.8.3",
"node-cron": "^3.0.3",
"node-webpmux": "^3.2.0",
"qrcode-terminal": "^0.12.0",
"string-pixel-width": "^1.11.0"
},
"devDependencies": {
"prettier": "^3.2.5"
}
}