From 2e8002354e6c7d54771997102994f01c1a967773 Mon Sep 17 00:00:00 2001 From: MLTN Date: Sun, 12 Jul 2026 18:27:18 +0300 Subject: [PATCH] Refactor package.json dependencies and license Updated license format and modified dependency versions. --- package.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7e648f0..642cbd8 100644 --- a/package.json +++ b/package.json @@ -7,18 +7,16 @@ "start": "node index.js" }, "author": "TRABY CASPER", - "license": "GPL-3.0 license", + "license": "GPL-3.0", "dependencies": { - "@whiskeysockets/baileys": "npm:baileys@^6.7.21", + "@whiskeysockets/baileys": "^6.7.9", "bcryptjs": "^3.0.3", - "body-parser": "^2.2.2", - "express": "^5.2.1", - "fs": "*", + "body-parser": "^1.20.3", + "express": "^4.21.2", "gifted-btns": "^1.0.2", - "path": "*", - "pino": "^10.3.1", - "pino-pretty": "^13.1.3", - "pm2": "^6.0.14", + "pino": "^9.6.0", + "pino-pretty": "^13.0.0", + "pm2": "^5.4.3", "qrcode": "^1.5.4" } }