forked from ntkhang03/Goat-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1001 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1001 Bytes
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
{
"name": "goat-bot",
"version": "1.4.39",
"description": "A simple Bot chat messenger made by NTKhang",
"main": "index.js",
"author": "NTKhang",
"scripts": {
"start": "node index.js",
"update": "node update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntkhang03/Goat-Bot.git"
},
"bugs": {
"url": "https://github.com/ntkhang03/Goat-Bot/issues"
},
"keywords": [
"bot-chat-messenger",
"bot-messenger",
"bot-chat-goat",
"GoatBot Chat Bot"
],
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"canvas": "",
"chalk": "^4.1.1",
"child_process": "^1.0.2",
"crypto": "",
"express": "^4.17.1",
"fb-chat-api": "latest",
"fb-tools": "",
"fs-extra": "^10.0.0",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.7",
"path": "^0.12.7",
"querystring": "^0.2.1",
"readline": "^1.3.0",
"request": "^2.88.2",
"uuid": "3.3.2",
"ytdl-core": "^4.11.1"
},
"homepage": "https://github.com/ntkhang03/Goat-Bot#readme"
}