forked from ibnusyawall/aex-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
{
"name": "aex-bot",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"canvas": "^2.6.1",
"body-parser": "^1.19.0",
"check-disk-space": "^2.1.0",
"cookie-parser": "~1.4.4",
"crypto-js": "^4.0.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"glob": "^7.1.6",
"gtts.js": "^1.0.1",
"hbs": "^4.1.0",
"html-to-json": "^0.6.0",
"http-errors": "~1.6.3",
"jimp": "^0.10.0",
"morgan": "~1.9.1",
"nedb": "^1.8.0",
"needle": "^2.5.0",
"node-gtts": "^2.0.2",
"qrcode": "^1.4.4",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"superagent": "^5.2.2",
"unirest": "^0.6.0",
"whatsapp-web.js": "^1.8.0"
},
"devDependencies": {}
}