forked from djblacklish/Kugisaki-Nobara
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.69 KB
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
68
{
"name": "Kugisaki Nobara",
"version": "1.5.3",
"description": "A Simple BotPack for starting a Messenger chatbot.",
"main": "nobara.js",
"keywords": [
"Facebook",
"Messenger",
"SpermLord",
"CatalizCS",
"Disme-Bot",
"usePrefix",
"D-Jukie",
"Yan Maglinte",
"Franz Anthony"
],
"license": "GPL-3.0",
"author": "Yan Maglinte",
"dependencies": {
"@distube/ytdl-core": "^4.13.2",
"aes-js": "^3.1.2",
"axios": "^1.5.0",
"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",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"googlethis": "^1.8.0",
"gradient-string": "^2.0.2",
"hercai": "^11.1.3",
"https-proxy-agent": "^7.0.2",
"jimp": "^0.22.10",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mqtt": "^4.3.7",
"node-cron": "^3.0.2",
"npmlog": "^7.0.1",
"openai": "^4.11.0",
"pastebin-api": "^6.1.0",
"path": "^0.12.7",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"simsimi-sqlite": "^2.0.0",
"string-similarity": "^4.0.4",
"uuid": "^9.0.1",
"websocket-stream": "^5.5.2",
"youtube-search-api": "^1.2.1",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.5"
},
"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"
}