-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
53 lines (53 loc) · 1.45 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
{
"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",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"ejs": "^3.1.9",
"events": "^3.3.0",
"fake-useragent": "^1.0.1",
"fca-unofficial": "^1.3.10",
"figlet": "^1.6.0",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"googlethis": "^1.7.1",
"koa": "^2.14.2",
"koa-static": "^5.0.0",
"moment-timezone": "^0.5.43",
"namso-cc-gen": "^1.0.0",
"pastebin-api": "^6.1.0",
"openai": "^3.3.0",
"path": "^0.12.7",
"progress": "^2.0.3",
"request": "^2.88.2",
"weather-js": "^2.0.0",
"youtubei.js": "^6.1.0"
}
}