-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.36 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
{
"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.5",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^9.39.5",
"eslint-config-prettier": "^8.10.2",
"globals": "^15.15.0",
"jest": "^30.4.2",
"nodemon": "^3.1.14",
"prettier": "^2.8.8",
"ts-jest": "^29.4.12",
"tsx": "^4.23.12",
"typescript": "^6.0.3",
"typescript-eslint": "^7.18.0"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@hono/node-server": "^1.19.17",
"@types/figlet": "^1.7.0",
"@types/lodash": "^4.17.25",
"@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",
"audio-decode": "^3.12.0",
"axios": "^1.19.0",
"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.11.4",
"form-data": "^4.0.6",
"genius-lyrics": "^4.4.7",
"get-video-duration": "^4.1.0",
"hono": "^4.13.1",
"lodash": "^4.18.1",
"long": "^5.3.2",
"mathjs": "^11.12.0",
"moment-timezone": "^0.5.48",
"node-cache": "^5.1.2",
"ocr-space-api-wrapper": "^2.4.8",
"pino": "7.11.0",
"playwright": "^1.62.1",
"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.8",
"sharp": "^0.32.6",
"sqlite3": "^5.1.7",
"wa-sticker-formatter": "^4.4.4",
"youtube-dl-exec": "^3.1.12"
},
"trustedDependencies": [
"protobufjs"
]
}