forked from YANDEVA/BotPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.67 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
65
66
67
{
"name": "botpack",
"version": "1.6.0",
"description": "A Simple BotPack for starting a Messenger chatbot.",
"main": "index.js",
"keywords": [
"Facebook",
"Messenger",
"SpermLord",
"CatalizCS",
"Disme-Bot",
"usePrefix",
"D-Jukie",
"Yan Maglinte"
],
"license": "GPL-3.0",
"author": "Yan Maglinte",
"dependencies": {
"@distube/ytdl-core": "^4.13.3",
"aes-js": "^3.1.2",
"axios": "^1.6.7",
"bluebird": "^3.7.2",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"cloudscraper": "^4.6.0",
"express": "^4.18.2",
"fb-chat-support": "^0.1.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"get-latest-version": "^5.1.0",
"googlethis": "^1.8.0",
"gradient-string": "^2.0.2",
"hercai": "^12.1.0",
"https-proxy-agent": "^7.0.2",
"jimp": "^0.22.10",
"lyrics-finder": "^21.7.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"mqtt": "^4.3.7",
"node-cron": "^3.0.3",
"npmlog": "^7.0.1",
"openai": "^4.26.0",
"pastebin-api": "^7.0.0",
"path": "^0.12.7",
"replit.uptimer": "^0.0.3",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"string-similarity": "^4.0.4",
"uuid": "^9.0.1",
"websocket-stream": "^5.5.2",
"youtube-search-api": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YANDEVA/BotPack.git"
},
"bugs": {
"url": "https://github.com/YANDEVA/BotPack/issues"
},
"homepage": "https://github.com/YANDEVA/BotPack#readme"
}