-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "amira-bot-base",
"version": "0.3.75",
"description": "Simple whatsapp bot using baileys with a ton of features",
"type": "module",
"main": "bot.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch ./src/bot.js",
"new": "node ./src/bot.js --pairing"
},
"author": "ZanixonGroup",
"license": "ISC",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.4",
"axios": "^1.6.8",
"baileys": "^6.7.0",
"cheerio": "^1.0.0-rc.12",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"desm": "^1.3.1",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"glob": "^10.3.12",
"jimp": "^0.16.13",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.45",
"node-webpmux": "^3.2.0",
"os": "^0.1.2",
"path": "^0.12.7",
"url": "^0.11.3",
"util": "^0.12.5",
"zanixon.db": "^3.0.3"
}
}