-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 888 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
{
"name": "famous-md",
"version": "1.0.0",
"description": "FAMOUS-MD est un bot WhatsApp en Français fait avec baileys par FAMOUS-TECH.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FAMOUS-TECH",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "6.6.0",
"axios": "^1.7.2",
"canvafy": "^7.2.0",
"sharp": "^0.32.6",
"@google-cloud/speech": "^6.7.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"express": "^4.18.2",
"better-sqlite3": "^8.5.0",
"qrcode-terminal": "^0.12.0",
"qr-image": "^3.2.0",
"quick.db": "^9.1.7",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.2.0",
"youtubei.js": "^10.3.0",
"ytdl-core": "^4.11.5",
"quickmongo": "^5.2.0",
"mongodb": "^6.8.0"
}
}