-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "kaoi",
"version": "2.0.0",
"description": "A fully Object Oriented WhatsApp bot built with TypeScript",
"main": "dist/kaoi.js",
"scripts": {
"build": "npm install && npm run build",
"start": "node dist/kaoi.js",
"lint": "eslint \"src/**/*.ts\"",
"prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrajjwalDatir/Kaoi.git"
},
"keywords": [
"bot",
"typescript",
"whatsapp",
"whatsapp-botto-void",
"kaoi"
],
"author": "Synthesized Infinity & Prajjwal Datir",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PrajjwalDatir/Kaoi/issues"
},
"homepage": "https://github.com/PrajjwalDatir/Kaoi#readme",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/gifencoder": "^2.0.3",
"@types/node": "^20.10.6",
"@types/yt-search": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"overrides": {
"form-data": "^4.0.0"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"@types/node-cron": "^3.0.11",
"@types/qr-image": "^3.2.11",
"@whiskeysockets/baileys": "7.0.0-rc13",
"axios": "^1.18.0",
"canvas": "^3.2.3",
"chalk": "^5.6.2",
"chess-image-generator-ts": "^1.0.0",
"chess-node": "^1.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs-extra": "^11.3.5",
"get-urls": "^12.1.0",
"gifencoder": "^2.0.1",
"jimp": "^1.6.1",
"jpeg-js": "^0.4.4",
"lyrics-monarch-api": "^2.1.0",
"moment": "^2.30.1",
"mongoose": "^8.0.3",
"node-cron": "^4.4.1",
"pino": "^10.3.1",
"qr-image": "^3.2.0",
"spotifydl-core": "^0.2.0",
"ultra-lyrics": "^1.1.1",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
}
}