-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 890 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 890 Bytes
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": "chatbotservices",
"version": "0.2.0",
"description": "Integrated bot chat services",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"author": "Bagus Fahrudin <bagus_fahrudin_05@hotmail.com>",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@adiwajshing/keyed-db": "github:adiwajshing/keyed-db",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"gtts": "^0.2.1",
"knex": "^0.95.7",
"node-gtts": "^2.0.2",
"node-lame": "^1.3.2",
"node-tesseract-ocr": "^2.2.1",
"pg": "^8.6.0",
"pino": "^7.6.4",
"qrcode-terminal": "^0.12.0",
"uuid": "^8.3.2",
"wa-sticker-formatter": "github:alensaito1/wa-sticker-formatter"
},
"devDependencies": {
"nodemon": "^2.0.9"
}
}