-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
{
"name": "ckptw-wabot",
"version": "1.3.1-alpha.10",
"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.9",
"@mengkodingan/consolefy": "^1.0.1",
"@zanixongroup/uploader": "^2.0.2",
"axios": "^1.8.4",
"cfonts": "^3.3.0",
"didyoumean": "^1.2.2",
"file-type": "16.5.4",
"form-data": "^4.0.2",
"jimp": "0.16.1",
"jsdom": "^26.1.0",
"link-preview-js": "^3.0.14",
"mime-types": "2.1.35",
"moment-timezone": "^0.5.48",
"simpl.db": "^2.13.0",
"wa-sticker-formatter": "^4.4.4"
},
"optionalDependencies": {
"baileys-mysql": "^1.0.4",
"baileys-mongodb": "^1.0.9",
"baileys-firebase": "^1.0.1"
}
}