summarylogtreecommitdiffstats
path: root/package.json
blob: 181954d3bee26f41a985fe2b8c646e5fc53ec2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "belinda-ai-bot",
  "version": "1.0.0",
  "description": "WhatsApp Bot Belinda AI by Studio 234",
  "main": "bridge.js",
  "scripts": {
    "start": "node bridge.js",
    "dev": "nodemon bridge.js"
  },
  "dependencies": {
    "@ryuu-reinzz/button-helper": "^2.2.3",
    "@whiskeysockets/baileys": "^7.0.0-rc.9",
    "axios": "^1.13.6",
    "baileys": "npm:@whiskeysockets/baileys@latest",
    "dotenv": "^16.3.1",
    "form-data": "^4.0.5",
    "hercai": "^14.0.3",
    "jimp": "^1.6.0",
    "pino": "^8.21.0",
    "qrcode-terminal": "^0.12.0"
  },
  "author": "Danta",
  "license": "MIT"
}