Skip to content

Commit d411dd3

Browse files
authored
Update package.json
1 parent 1bcc20e commit d411dd3

1 file changed

Lines changed: 74 additions & 92 deletions

File tree

package.json

Lines changed: 74 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,102 @@
11
{
22
"name": "subzero-md",
33
"version": "7.0.0",
4-
"description": "SubZero MD - Advanced WhatsApp Bot by Mr Frank 🇿🇼",
5-
"type": "module",
6-
"main": "dist/index.js",
4+
"description": "SUBZERO-MD V7 — A fast, secure, and modular WhatsApp Multi-Device bot built for performance, scalability, and reliability.",
5+
"author": "Mr Frank OFC (Darrell Mucheri)",
6+
"license": "MIT",
7+
"main": "index.js",
78

8-
"engines": {
9-
"node": "20.x"
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/mrfrankofcc/subzero-md"
1012
},
13+
"bugs": {
14+
"url": "https://github.com/mrfrankofcc/subzero-md/issues"
15+
},
16+
"homepage": "https://github.com/mrfrankofcc/subzero-md#readme",
1117

12-
"directories": {
13-
"assets": "assets",
14-
"lib": "lib",
15-
"data": "data",
16-
"plugins": "plugins"
18+
"funding": {
19+
"type": "individual",
20+
"url": "https://github.com/sponsors/mrfr8nk"
1721
},
1822

19-
"scripts": {
20-
"prestart": "npm run build",
21-
"start": "node dist/index.js",
22-
"build": "tsc && (cp -r assets dist/ || true)",
23-
"clean": "node -e \"import('fs').then(f=>f.default.rmSync('dist',{recursive:true,force:true}))\"",
24-
"rebuild": "npm run clean && npm run build",
25-
"dev": "tsc --watch & nodemon --watch dist --ext js dist/index.js",
26-
"pm2": "pm2 start dist/index.js --name subzero-md",
27-
"pm2:stop": "pm2 stop subzero-md",
28-
"pm2:restart": "pm2 restart subzero-md",
29-
"pm2:logs": "pm2 logs subzero-md",
30-
"setup": "npm run build && node dist/reset-data.js",
31-
"reset-data": "node dist/reset-data.js",
32-
"reset-session": "node -e \"import('fs').then(f=>f.default.rmSync('./session',{recursive:true,force:true})).then(()=>console.log('Session cleared!'))\"",
33-
"typecheck": "tsc --noEmit"
23+
"engines": {
24+
"node": ">=20.0.0"
3425
},
3526

3627
"keywords": [
37-
"whatsapp-bot",
38-
"baileys-bot",
39-
"subzero",
4028
"subzero-md",
41-
"mr-frank",
29+
"whatsapp-bot",
30+
"baileys",
4231
"multi-device",
43-
"nodejs-bot",
44-
"typescript-bot"
32+
"whatsapp-automation",
33+
"nodejs",
34+
"mr-frank-ofc",
35+
"angularsockets"
4536
],
4637

47-
"homepage": "https://github.com/mrfr8nk/SUBZERO-MD",
48-
"repository": {
49-
"type": "git",
50-
"url": "git+https://github.com/mrfr8nk/SUBZERO-MD.git"
51-
},
52-
"bugs": {
53-
"url": "https://github.com/mrfr8nk/SUBZERO-MD/issues"
38+
"scripts": {
39+
"start": "pm2 start index.js --name SUBZERO-MD --deep-monitoring",
40+
"stop": "pm2 stop SUBZERO-MD",
41+
"restart": "pm2 restart SUBZERO-MD",
42+
"logs": "pm2 logs SUBZERO-MD",
43+
"status": "pm2 status",
44+
"dev": "node index.js",
45+
"clean": "rm -rf node_modules package-lock.json",
46+
"reinstall": "npm run clean && npm install"
5447
},
5548

56-
"license": "MIT",
57-
"author": "Mr Frank 🇿🇼",
58-
5949
"dependencies": {
60-
"@distube/ytdl-core": "^4.16.12",
50+
"@adiwajshing/keyed-db": "latest",
6151
"@ffmpeg-installer/ffmpeg": "^1.1.0",
62-
"@hapi/boom": "^10.0.1",
52+
"@octokit/rest": "latest",
53+
"@vitalets/google-translate-api": "^9.2.0",
6354
"@whiskeysockets/baileys": "^7.0.0-rc.9",
55+
6456
"acrcloud": "^1.4.0",
65-
"api-qasim": "^3.2.10",
66-
"awesome-phonenumber": "^5.9.0",
67-
"axios": "^1.8.4",
68-
"adm-zip": "*",
69-
"better-sqlite3": "^12.5.0",
70-
"chalk": "^5.6.2",
71-
"cheerio": "^1.2.0",
72-
"dotenv": "^16.4.5",
73-
"express": "^4.22.1",
57+
"adm-zip": "^0.5.16",
58+
"api-dylux": "latest",
59+
"axios": "*",
60+
"better-sqlite3": "npm:[email protected]",
61+
"btch-downloader": "^2.2.9",
62+
"cheerio": "^1.0.0-rc.12",
63+
"crypto-digest-sync": "^1.0.0",
64+
"crypto-js": "latest",
65+
"dotenv": "^16.0.0",
66+
"express": "latest",
7467
"ffmpeg": "^0.0.4",
75-
"ffmpeg-static": "^5.2.0",
76-
"file-type": "^19.6.0",
77-
"fluent-ffmpeg": "^2.1.3",
78-
"form-data": "^4.0.1",
79-
"fs-extra": "^11.3.0",
80-
"gspeak": "^0.0.3",
81-
"human-readable": "^0.2.1",
82-
"jimp": "^1.6.0",
83-
"libphonenumber-js": "^1.11.18",
84-
"megajs": "^1.3.9",
85-
"moment-timezone": "^0.5.43",
86-
"mongoose": "^9.0.2",
87-
"mumaker": "^2.0.0",
88-
"mysql2": "^3.16.0",
89-
"node-cache": "^5.1.2",
90-
"node-webpmux": "^3.1.7",
91-
"pdfkit": "^0.16.0",
92-
"pg": "^8.16.3",
93-
"pg-hstore": "^2.3.4",
94-
"pino": "^9.6.0",
95-
"qrcode": "^1.5.4",
96-
"ruhend-scraper": "^9.0.8",
97-
"sequelize": "^6.37.6",
98-
"sharp": "^0.34.0",
68+
"fluent-ffmpeg": "^2.1.2",
69+
"file-type": "^16.5.3",
70+
"file_size_url": "1.0.4",
71+
"form-data": "^4.0.0",
72+
"fs-extra": "^11.1.0",
73+
"google-tts-api": "^2.0.2",
74+
"javascript-obfuscator": "^4.0.0",
75+
"jimp": "*",
76+
"megajs": "^1.1.0",
77+
"mongoose": "^8.0.0",
78+
"node-cache": "^5.1.1",
79+
"node-fetch": "^2.6.1",
80+
"node-webpmux": "^3.1.0",
81+
"path": "^0.12.7",
82+
"pdf-lib": "^1.17.1",
83+
"pdfkit": "^0.14.0",
84+
"pino": "^7.0.5",
85+
"pm2": "^6.0.8",
86+
"qrcode-reader": "^1.0.4",
87+
"qrcode-terminal": "^0.12.0",
88+
"ruhend-scraper": "8.0.3",
89+
"sequelize": "^6.37.5",
9990
"sqlite3": "^5.1.7",
100-
"syntax-error": "^1.4.0",
101-
"wa-sticker-formatter": "^4.0.6",
102-
"yt-search": "^2.12.1",
103-
"typescript": "^5.0.0"
91+
"unzipper": "latest",
92+
"util": "^0.12.4",
93+
"vm": "^0.1.0",
94+
"wa-sticker-formatter": "^4.4.4",
95+
"wa_set_pkg": "1.0.5",
96+
"yt-search": "2.11.1"
10497
},
10598

10699
"devDependencies": {
107-
"@types/express": "^5.0.6",
108-
"@types/fluent-ffmpeg": "^2.1.27",
109-
"@types/fs-extra": "^11.0.4",
110-
"@types/node": "^20.10.5",
111-
"@types/pdfkit": "^0.13.8",
112-
"@types/qrcode": "^1.5.6",
113-
"@typescript-eslint/eslint-plugin": "^8.56.1",
114-
"@typescript-eslint/parser": "^8.56.1",
115-
"eslint": "^10.0.2",
116-
"nodemon": "^3.1.14",
117-
"pm2": "^5.4.3"
118-
100+
"nodemon": "^3.0.2"
119101
}
120102
}

0 commit comments

Comments
 (0)