-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.31 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "miko-bot",
"version": "1.0.0",
"description": "A whatsapp bot",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name miko",
"stop": "pm2 stop miko",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tofu",
"license": "MIT",
"dependencies": {
"@sasmeee/igdl": "^1.0.0",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"download": "^8.0.0",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"mime-to-extensions": "^1.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
"node-fetch": "^3.3.2",
"pm2": "^5.3.0",
"puppeteer": "^21.4.1",
"qr-image": "^3.2.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.23.1-alpha.5",
"whatsapp-web.js-remote-auth-fixed": "github:awesome-tofu/whatsapp-web.js#fix-remote-auth",
"wikipedia": "^2.1.1",
"wwebjs-mongo": "^1.1.0",
"ytdl-core": "^4.11.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesome-tofu/miko-bot.git"
},
"keywords": [
"Whatsapp-bot",
"whatsapp-web.js",
"puppeteer"
],
"bugs": {
"url": "https://github.com/awesome-tofu/miko-bot/issues"
},
"homepage": "https://github.com/awesome-tofu/miko-bot#readme"
}