forked from itsreimau/ckptw-wabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.36 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "ckptw-wabot",
"version": "1.18.4",
"description": "WhatsApp Bot with @mengkodingan/ckptw.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"start:pm2": "pm2 start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsreimau/ckptw-wabot.git"
},
"keywords": [
"bot"
],
"author": "Muhamad Ikbal Maulana | ItsReimau",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsreimau/ckptw-wabot/issues"
},
"homepage": "https://github.com/itsreimau/ckptw-wabot#readme",
"dependencies": {
"@bochilteam/scraper": "^4.2.4",
"@mengkodingan/ckptw": "^4.0.5",
"@whiskeysockets/baileys": "^6.6.0",
"api-dylux": "^1.7.2",
"axios": "^1.6.8",
"bing-translate-api": "^4.0.1",
"cfonts": "^3.2.0",
"cheerio": "^1.0.0-rc.12",
"discord-afk-js": "^1.5.0",
"imgbb-uploader": "^1.5.1",
"jimp": "^0.16.13",
"jsdom": "^24.0.0",
"link-preview-js": "^3.0.5",
"lowline.ai": "^1.0.18",
"moment-timezone": "^0.5.45",
"util": "^0.12.5",
"vm": "^0.1.0",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "^2.10.4"
}
}