-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"dependencies": {
"discord.js": "^14.16.1",
"openai": "^4.57.2",
"tesseract.js": "^5.1.1",
"tiktoken": "^1.0.16",
"unzipper": "^0.12.3"
},
"name": "iroh-bot",
"description": "A Node.js discord bot that matches messages to regex. Made to try help people if staff aren't around.",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StrangeOne101/PK-Help-Bot.git"
},
"keywords": [],
"author": "StrangeOne101",
"license": "ISC",
"bugs": {
"url": "https://github.com/StrangeOne101/PK-Help-Bot/issues"
},
"homepage": "https://github.com/StrangeOne101/PK-Help-Bot#readme"
}