-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
49
50
51
52
53
54
{
"name": "ckptw-wabot",
"version": "3.9.0",
"description": "WhatsApp Bot with @mengkodingan/ckptw.",
"main": "index.js",
"directories": {
"commands": "commands",
"events": "events",
"tools": "tools"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install:adapter": "node install-adapter.js",
"start": "node .",
"start:pm2": "pm2 start ./index.js --name $(basename $(pwd))"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsreimau/ckptw-wabot.git"
},
"keywords": [
"whatsapp",
"whatsapp-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": {
"@mengkodingan/ckptw": "^4.4.8",
"@mengkodingan/consolefy": "^1.0.1",
"axios": "1.7.9",
"cfonts": "^3.3.0",
"cheerio": "^1.0.0",
"didyoumean": "^1.2.2",
"file-type": "^16.5.4",
"form-data": "^4.0.2",
"jimp": "^0.16.1",
"jsdom": "^26.0.0",
"link-preview-js": "^3.0.14",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.47",
"simpl.db": "^2.13.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.4.4"
},
"optionalDependencies": {
"baileys-mysql": "^1.0.4",
"baileys-mongodb": "^1.0.9",
"baileys-firebase": "^1.0.1"
}
}