| { |
| "name": "wa-pairing-service", |
| "version": "1.0.0", |
| "type": "module", |
| "description": "WhatsApp Pairing Service - Get bot session easily", |
| "main": "server.js", |
| "scripts": { |
| "start": "node server.js", |
| "build:frontend": "cd frontend && npm install && npm run build", |
| "dev": "node server.js" |
| }, |
| "keywords": [ |
| "whatsapp", |
| "baileys", |
| "pairing", |
| "bot" |
| ], |
| "author": "", |
| "license": "MIT", |
| "dependencies": { |
| "@hapi/boom": "^10.0.1", |
| "@whiskeysockets/baileys": "^6.7.20", |
| "express": "^4.21.2", |
| "node-cache": "^5.1.2", |
| "pino": "^9.5.0", |
| "qrcode-terminal": "^0.12.0", |
| "socket.io": "^4.8.1", |
| "uuid": "^11.0.3" |
| } |
| } |