-
Notifications
You must be signed in to change notification settings - Fork 623
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.65 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.65 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": "hitori",
"version": "1.1.9",
"description": "Bot WhatsApp Using Lib Baileys Multi Device",
"keywords": [
"whatsapp-bot",
"baileys-md",
"bot-wa",
"multi-device"
],
"author": "Nazedev",
"license": "MIT",
"homepage": "https://github.com/nazedev/hitori#readme",
"bugs": {
"url": "https://github.com/nazedev/hitori/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nazedev/hitori.git"
},
"type": "module",
"main": "start.js",
"directories": {
"lib": "lib",
"src": "src"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "node start.js",
"dev": "nodemon index.js",
"debug": "DEBUG=* node start.js"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@napi-rs/canvas": "^1.0.0",
"awesome-phonenumber": "^7.8.0",
"axios": "^1.16.1",
"baileys": "latest",
"chalk": "^5.6.2",
"chess.js": "^1.4.0",
"chokidar": "^5.0.0",
"file-type": "^22.0.1",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.5",
"fs-extra": "^11.3.5",
"human-readable": "^0.2.1",
"jimp": "^1.6.1",
"moment-timezone": "^0.6.2",
"mongoose": "^9.6.2",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2",
"node-webpmux": "^3.2.1",
"performance-now": "^2.1.0",
"pino": "^10.3.1",
"qrcode-terminal": "^0.12.0",
"socket.io-client": "^4.7.5",
"unzipper": "^0.12.3",
"yt-search": "^2.13.1",
"ytdl-core": "npm:@distube/ytdl-core@latest"
},
"devDependencies": {
"nodemon": "^3.1.14"
},
"overrides": {
"baileys": {
"jimp": "^1.6.1"
}
}
}