{ "name": "bot-mwsm", "version": "3.0.5", "description": "Bot-Mwsm: based on Whatsapp API", "main": "mwsm.js", "scripts": { "update:wa": "npm install whatsapp-web.js@latest --silent --no-audit --no-fund", "prestart": "npm run update:wa", "start": "node mwsm.js", "start:dev": "nodemon mwsm.js", "setup:mwsm": "npm run update:wa && pm2 start mwsm.json && pm2 save && pm2 startup && pm2 flush", "setup:mkauth": "npm run update:wa && pm2 start mwsm.json && pm2 save && pm2 unstartup && pm2 flush", "start:mwsm": "npm run update:wa && pm2 start mwsm.json && pm2 save && pm2 startup && pm2 flush && pm2 logs", "start:mkauth": "npm run update:wa && pm2 start mwsm.json && pm2 save && pm2 unstartup && pm2 flush && pm2 logs", "restart:mwsm": "npm run update:wa && pm2 restart mwsm.json && pm2 flush && pm2 logs" }, "repository": { "type": "git", "url": "git+https://github.com/MKCodec/Mwsm.git" }, "keywords": [ "whatsapp-api", "node.js", "automation", "pm2", "bot" ], "author": "ArsNova", "license": "MIT", "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "dependencies": { "axios": "^1.6.8", "better-sqlite3": "^9.4.3", "Emoji-API": "git+https://github.com/MKCodec/Emoji-API", "express": "^4.19.2", "express-fileupload": "^1.5.0", "express-validator": "^7.0.1", "http": "0.0.1-security", "ip": "^2.0.1", "mime-types": "^2.1.35", "node-cron": "^3.0.3", "pm2": "^6.0.13", "qrcode": "^1.5.3", "socket.io": "^2.5.0", "sqlite3": "^5.1.7", "Url2PDF": "git+https://github.com/MKCodec/Url2PDF", "util": "^0.12.5", "whatsapp-web.js": "latest" }, "devDependencies": { "nodemon": "^3.1.0" } }