-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.9 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.9 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "self-bot",
"version": "1.2.2",
"description": "",
"main": "index.ts",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsx index.ts",
"dev": "nodemon -e ts --exec tsx index.ts",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^8.10.2",
"globals": "^15.15.0",
"jest": "^30.2.0",
"nodemon": "^3.1.14",
"prettier": "^2.8.8",
"ts-jest": "^29.4.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^7.18.0"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@hono/node-server": "^1.19.10",
"@types/figlet": "^1.7.0",
"@types/lodash": "^4.17.24",
"@types/qrcode-terminal": "^0.12.2",
"@types/random-useragent": "^0.3.3",
"@types/sequelize": "^4.28.20",
"@types/sharp": "^0.31.1",
"@types/sqlite3": "^3.1.11",
"axios": "^1.13.6",
"baileys": "github:whiskeysockets/baileys",
"canvas": "^2.11.2",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
"cron": "^4.4.0",
"dotenv": "^16.6.1",
"figlet": "^1.10.0",
"form-data": "^4.0.5",
"genius-lyrics": "^4.4.7",
"get-video-duration": "^4.1.0",
"hono": "^4.12.4",
"lodash": "^4.17.23",
"long": "^5.3.2",
"mathjs": "^11.12.0",
"moment-timezone": "^0.5.48",
"node-cache": "^5.1.2",
"ocr-space-api-wrapper": "^2.4.3",
"pino": "7.11.0",
"playwright": "^1.58.2",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode-terminal": "^0.12.0",
"random-useragent": "^0.5.0",
"remove.bg": "^1.3.0",
"sequelize": "^6.37.7",
"sharp": "^0.32.6",
"sqlite3": "^5.1.7",
"wa-sticker-formatter": "^4.4.4",
"youtube-dl-exec": "^3.1.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@ffprobe-installer/darwin-arm64",
"@ffprobe-installer/linux-x64",
"baileys",
"canvas",
"es5-ext",
"esbuild",
"protobufjs",
"sharp",
"sqlite3",
"unrs-resolver",
"youtube-dl-exec"
],
"overrides": {
"whatsapp-rust-bridge": "file:../whatsapp-rust-bridge"
}
},
"trustedDependencies": [
"protobufjs"
],
"packageManager": "pnpm@10.24.0+sha256.196f4bd174ebcbd99786b33452f144cb2dc32ef4e7138ed44491e9d43d702d75"
}