-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1005 Bytes
/
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
{
"name": "self-bot",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ptkdev/logger": "^1.8.0",
"@whiskeysockets/baileys": "^6.7.7",
"axios": "^1.7.5",
"canvas": "^2.11.2",
"cheerio": "^1.0.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.1",
"formdata-node": "^6.0.3",
"fs": "^0.0.1-security",
"got": "^11.7.0",
"jimp": "^0.16.13",
"libphonenumber-js": "^1.11.7",
"link-preview-js": "^3.0.5",
"lmdb": "^3.1.3",
"moment-timezone": "^0.5.45",
"node-webpmux": "^3.2.0",
"nodemon": "^3.1.7",
"pino": "^9.3.2",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"tar": "^7.4.3",
"ultimate-text-to-image": "^1.0.1",
"zod": "^3.23.8"
}
}