From 99f06fff5276d8d10e89a0afb4902a91d232bb46 Mon Sep 17 00:00:00 2001 From: CrazyPrince <86961470+CrazyPrince@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:17:35 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8951860..dabcd33 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Multi device whatsapp bot by CrazyPrince.", "main": "lib/client.js", "type": "commonjs", - "engines" : { "node": "20.x", "npm": "10.8.2" }, + "engines" : { "node": "20.x", "npm": "9.x" }, "license": "CC-BY-NC-SA-4.0", "scripts": { "start": "pm2 start lib/client.js --deep-monitoring --attach --name crazy --max-memory-restart 490M",