forked from PrajjwalDatir/Kaoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.14 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "kaoi",
"version": "2.0.0",
"description": "A fully Object Oriented WhatsApp bot built with TypeScript",
"main": "dist/kaoi.js",
"scripts": {
"build": "tsc -p .",
"start": "node dist/kaoi.js",
"lint": "eslint \"src/**/*.ts\"",
"prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write",
"postinstall": "yarn run build"
},
"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.12",
"@types/fs-extra": "^9.0.11",
"@types/gifencoder": "^2.0.1",
"@types/node": "^15.0.2",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@adiwajshing/baileys": "^3.5.3",
"@types/node-cron": "^2.0.3",
"@types/qr-image": "^3.2.3",
"axios": "^0.21.2",
"canvas": "^2.8.0",
"chalk": "^4.1.1",
"chess-image-generator-ts": "^1.0.0",
"chess-node": "^1.1.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"get-urls": "^10.0.0",
"gifencoder": "^2.0.1",
"i": "^0.3.7",
"jimp": "^0.16.1",
"jpeg-js": "^0.4.4",
"lyrics-monarch-api": "^2.1.0",
"moment": "^2.29.4",
"mongoose": "^5.12.12",
"node-cron": "^3.0.0",
"npm": "^8.11.0",
"qr-image": "^3.2.0",
"spotifydl-core": "^0.1.2",
"ultra-lyrics": "^1.0.3",
"wa-sticker-formatter": "^4.2.0",
"yt-search": "^2.9.0",
"ytdl-core": "^4.9.1"
}
}