-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.54 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
63
64
{
"name": "BOT-ZW",
"version": "1.2.2",
"description": "whatsapp-bot with NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urbaeexyz/wa-bot.git"
},
"keywords": [
"Whatsapp-Bot"
],
"author": "Thoriq",
"license": "ISC",
"bugs": {
"url": "https://github.com/Urbaeexyz/wa-bot/issues"
},
"homepage": "https://github.com/Urbaeexyz/wa-bot#readme",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.4",
"@open-wa/wa-automate": "^3.11.5",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"bent": "^7.3.12",
"canvacord": "^5.2.0",
"canvas": "^2.7.0",
"chalk": "^4.1.1",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"emoji-unicode": "^2.0.1",
"figlet": "^1.5.0",
"file-type": "^16.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.1.0",
"google-it": "^1.6.2",
"lowdb": "^1.0.0",
"marked": "^2.0.3",
"mathjs": "^9.3.2",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"promise": "^8.1.0",
"puppeteer": "^8.0.0",
"remove.bg": "^1.3.0",
"request-promise": "^4.2.6",
"rumus-bdr": "^1.0.0",
"sastrawijs": "^1.0.3",
"sharp": "^0.27.2",
"stream": "0.0.2",
"translatte": "^3.0.0",
"uuid": "^8.3.2",
"uuidv4": "^6.2.7"
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}