-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.42 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "WOLFBOT",
"version": "1.1.5",
"description": "Professional WhatsApp bot with autosession authentication.",
"keywords": [
"whatsapp",
"bot",
"baileys",
"silent-wolf",
"auto-restart",
"prefix",
"heartbeat",
"monitor",
"session-protection"
],
"homepage": "https://github.com/WOLFTECH-254/silentwolf#readme",
"bugs": {
"url": "https://github.com/WOLFTECH-254/silentwolf/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WOLFTECH-254/silentwolf.git"
},
"license": "MIT",
"author": "WOLFTECH-254",
"type": "module",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node -e \"try{require('./scripts/patch-modules.cjs')}catch(e){}\"",
"start": "node --no-warnings --expose-gc --max-old-space-size=1024 --max-semi-space-size=64 --experimental-global-webcrypto index.js",
"dev": "node --no-warnings index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@hapi/boom": "^10.0.1",
"@iamtraction/google-translate": "^2.0.1",
"@whiskeysockets/baileys": "7.0.0-rc13",
"adm-zip": "^0.5.17",
"axios": "^1.14.0",
"baileys": "7.0.0-rc13",
"better-sqlite3": "^12.8.0",
"chalk": "^4.1.2",
"chess.js": "^1.4.0",
"docx": "^9.6.1",
"dotenv": "^17.4.0",
"exceljs": "^4.4.0",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"file-type": "^21.3.4",
"form-data": "^4.0.5",
"gifted-btns": "^1.0.2",
"glob": "^11.1.0",
"jsdom": "^27.4.0",
"mammoth": "^1.12.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.1",
"mumaker": "^2.0.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"node-webpmux": "^3.2.1",
"openai": "^6.33.0",
"pdf-parse": "^2.4.5",
"pdfkit": "^0.18.0",
"pg": "^8.20.0",
"pino": "^8.21.0",
"pptxgenjs": "^4.0.1",
"qrcode-terminal": "^0.12.0",
"ruhend-scraper": "^9.0.8",
"sharp": "^0.34.5",
"sql.js": "^1.14.1",
"systeminformation": "^5.31.5",
"ws": "^8.20.0"
},
"optionalDependencies": {
"canvas": "^3.0.0",
"sharp": "^0.33.5",
"formdata-node": "^6.0.3",
"qrcode": "^1.5.4",
"yt-search": "^2.13.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.14",
"pm2": "^5.4.3"
},
"engines": {
"node": "22.x"
}
}