This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
62 lines (62 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "bot-whatsapp",
"version": "3.6.1",
"description": "Whatsapp Bot - Node Js",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index",
"postinstall": "patch-package"
},
"author": "Danang Dwiyoga A",
"repository": {
"type": "git",
"url": "git+https://github.com/dngda/bot-whatsapp.git"
},
"bugs": {
"url": "https://github.com/dngda/bot-whatsapp/issues"
},
"homepage": "https://github.com/dngda/bot-whatsapp",
"license": "Apache-2.0",
"dependencies": {
"@open-wa/wa-automate": "^4.7.1",
"app-root-path": "^3.0.0",
"axios": "^0.21.0",
"canvas": "^2.8.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.9",
"figlet": "^1.5.0",
"file-type": "^16.4.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"free-translate": "^0.4.0",
"fs-extra": "^10.0.0",
"gtts": "^0.2.1",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"mathjs": "^9.4.3",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"office-to-pdf": "^4.0.0",
"p-queue": "^7.1.0",
"puppeteer-extra-plugin-stealth": "^2.7.8",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"sharp": "^0.29.0",
"update-json-file": "^1.1.1",
"yt-search": "^2.8.0",
"ytdl-core": "^4.8.3"
},
"devDependencies": {
"eslint": "^7.29.0",
"patch-package": "^6.4.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.3"
},
"directories": {
"lib": "lib"
}
}