|
- {
- "name": "baileys-whatsapp",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "dev": "nodemon index.js",
- "start": "node index.js",
- "build": "npm install && npm install --prefix client && npm run build --prefix client"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@whiskeysockets/baileys": "github:WhiskeySockets/Baileys",
- "bcryptjs": "^2.4.3",
- "cookie-parser": "^1.4.6",
- "cors": "^2.8.5",
- "dotenv": "^16.3.1",
- "express": "^4.18.2",
- "joi": "^17.11.0",
- "jsonwebtoken": "^9.0.2",
- "mongodb": "^6.3.0",
- "mongoose": "^8.0.3",
- "nodemon": "^3.0.2",
- "qrcode": "^1.5.3",
- "qrcode-terminal": "^0.12.0",
- "socket.io": "^4.7.2"
- }
- }
|