-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
58 lines (58 loc) · 1.5 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
55
56
57
58
{
"name": "@mengkodingan/ckptw",
"version": "4.3.9",
"description": "Create powerful WhatsApp bots easily",
"main": "lib/index.js",
"scripts": {
"watch": "tsc --watch",
"clean": "rimraf lib",
"build": "pnpm clean && tsc",
"example": "pnpm build && pnpm example:build && pnpm example:run",
"example:build": "tsc example/app.ts --esModuleInterop --skipLibCheck",
"example:run": "node example/app.js",
"build:docs": "rimraf docs && typedoc --options typedoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mengkodingan/ckptw.git"
},
"bugs": {
"url": "https://github.com/Mengkodingan/ckptw/issues"
},
"homepage": "https://github.com/Mengkodingan/ckptw#readme",
"keywords": [
"whatsapp",
"whatsapp-bot",
"bot",
"baileys",
"baileys-md",
"whatsapp-web",
"whatsapp-api",
"md"
],
"author": "JstnLT <[email protected]> (jstnlt.my.id) and friends.",
"license": "MIT",
"devDependencies": {
"link-preview-js": "^3.0.5",
"rimraf": "^5.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@discordjs/collection": "^1.4.0",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.7.9",
"pino": "^8.11.0",
"qrcode-terminal": "^0.12.0",
"undici": "^5.21.0"
},
"peerDependencies": {
"link-preview-js": "^3.0.5"
},
"peerDependenciesMeta": {
"link-preview-js": {
"optional": true
}
}
}