forked from hoshiikb/Hexabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.84 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": "Hexabot",
"version": "1.0.0",
"description": "Hexabot is a Facebook Messenger bot designed to assist students with various features, including AI-powered responses, file searches, music and video searches, and more. The bot is built using the fca-unofficial library and integrates with APIs to provide a wide range of capabilities.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"AI",
"Chatbot",
"Education",
"Student Support",
"Academic Help",
"Project Assistance",
"Assignment Solutions",
"Hexabot"
],
"author": "Jay Patrick Cano (0x3ef8)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/0x3EF8/Hexabot"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"@octokit/rest": "^20.0.1",
"amethyste-api": "^1.1.6",
"atob": "^2.1.2",
"axios": "^1.4.0",
"binlookup": "^2.0.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"compromise": "^14.10.0",
"ejs": "^3.1.9",
"events": "^3.3.0",
"fake-useragent": "^1.0.1",
"fca-unofficial": "^1.3.10",
"figlet": "^1.6.0",
"firebase-admin": "^11.10.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"googlethis": "^1.7.1",
"koa": "^2.14.2",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"markdown-it": "^13.0.1",
"marked": "^9.0.0",
"moment-timezone": "^0.5.43",
"namso-cc-gen": "^1.0.0",
"natural": "^6.7.1",
"node-fetch": "^3.3.2",
"openai": "^3.3.0",
"pastebin-api": "^6.1.0",
"path": "^0.12.7",
"progress": "^2.0.3",
"request": "^2.88.2",
"scholarly": "^1.1.1",
"systeminformation": "^5.21.4",
"totp-generator": "^0.0.14",
"uuid": "^9.0.0",
"weather-js": "^2.0.0",
"winston": "^3.10.0",
"youtubei.js": "^6.1.0"
}
}