-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 893 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
{
"name": "WBKBot",
"version": "1.0.0",
"description": "Artificial Intelligence, The Rise of the Robotic Age",
"main": "index.js",
"type": "module",
"scripts": {
"test": "start",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wbagazk/WBKBot-MD.git"
},
"keywords": [
"whatsapp-bot-ai"
],
"author": "@wbagazk",
"license": "ISC",
"bugs": {
"url": "https://github.com/wbagazk/WBKBot-MD/issues"
},
"homepage": "https://github.com/wbagazk/WBKBot-MD#readme",
"dependencies": {
"@whiskeysockets/baileys": "^6.6.0",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.6.0",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.16.1",
"jsdom": "^16.5.0",
"moment-timezone": "^0.5.33",
"node-webpmux": "^3.2.0",
"path": "^0.12.7",
"qrcode-terminal": "^0.12.0"
}
}