diff --git a/package.json b/package.json index 0dbb235..a269f66 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "type": "commonjs", "description": "A multi-functional WhatsApp bot Web QR Scanner.", "main": "index.js", + "engines": { + "node": ">=20.0.0" + }, "scripts": { "start": "pm2 start index.js --deep-monitoring --attach --name qasim", "stop": "pm2 stop qasim",