{ "name": "whatsapp-bot", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node index.js", "postinstall": "node postinstall.js" }, "type": "commonjs", "pnpm": { "onlyBuiltDependencies": ["puppeteer"] }, "dependencies": { "@mtproto/core": "^6.3.0", "express": "^5.2.1", "puppeteer": "^24.0.0", "qrcode": "^1.5.4", "qrcode-terminal": "^0.12.0", "whatsapp-web.js": "^1.34.7" } }