-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.59 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.59 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "BWM-XMD",
"version": "2.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"s": "node index.js",
"start": "node index.js",
"bot": "pm2 start index.js --attach --max-memory-restart 490M",
"c": "tsc",
"heroku-prebuild": "rm -rf node_modules"
},
"engines": {
"node": "20.x",
"npm": "10.x"
},
"overrides": {
"jimp": "0.16.13"
},
"keywords": [
"bot",
"Baileys",
"BWM-XMD",
"whatsapp",
"whatsapp-bot",
"Ibrahimadams"
],
"author": "Ibrahimadams",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "latest",
"@hapi/boom": "latest",
"@whiskeysockets/baileys": "npm:xmd-baileys@latest",
"adm-zip": "latest",
"axios": "^1.2.5",
"body-parser": "latest",
"buffer": "^6.0.3",
"chalk": "^4.1.2",
"cheerio": "latest",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"ffmpeg-static": "latest",
"file-type": "17.1.6",
"fluent-ffmpeg": "latest",
"form-data": "^4.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"gifted-btns": "latest",
"jimp": "0.16.13",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"os": "latest",
"path": "latest",
"performance-now": "^2.1.0",
"pg": "^8.17.2",
"pg-hstore": "^2.3.4",
"pino": "^7.0.5",
"pm2": "latest",
"sequelize": "latest",
"sharp": "^0.32.6",
"sqlite3": "latest",
"stream": "latest",
"util": "latest",
"wa-sticker-formatter": "latest",
"xmd-baileys": "^1.0.31"
}
}