forked from itsreimau/ckptw-wabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "ckptw-wabot",
"version": "2.10.47",
"description": "WhatsApp Bot with @mengkodingan/ckptw.",
"main": "index.js",
"directories": {
"commands": "commands",
"tools": "tools"
},
"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": [
"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.3.8",
"axios": "1.7.7",
"cfonts": "^3.3.0",
"cheerio": "^1.0.0",
"didyoumean": "^1.2.2",
"file-type": "^16.5.4",
"form-data": "^4.0.1",
"jimp": "^0.16.1",
"jsdom": "^25.0.1",
"link-preview-js": "^3.0.12",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.46",
"simpl.db": "^2.13.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.4.4"
},
"devDependencies": {}
}