-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
37 lines (37 loc) · 844 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
34
35
36
37
{
"name": "aex-bot",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"start": "node ./index"
},
"dependencies": {
"@open-wa/wa-automate": "^2.0.28",
"@vitalets/google-translate-api": "^4.0.0",
"dotenv": "^8.2.0",
"html-to-json": "^0.6.0",
"moment-timezone": "^0.5.31",
"nedb": "^1.8.0",
"needle": "^2.5.2",
"node-gtts": "^2.0.2",
"qrcode": "^1.4.4",
"ytdl-core": "^3.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ibnusyawall/aex-bot.git"
},
"keywords": [
"aex-bot",
"whatsapp-bot",
"nodejs",
"whatsapp-web.js"
],
"author": "ibnusyawall",
"license": "ISC",
"bugs": {
"url": "https://github.com/ibnusyawall/aex-bot/issues"
},
"homepage": "https://github.com/ibnusyawall/aex-bot#readme"
}