-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 731 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
28
29
30
{
"name": "zsr-communitybot",
"description": "Discord Bot for the ZSR communities featuring Twitch Stream detection, role management, and auto moderation",
"main": "index.js",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/TreZc0/zsr-communitybot.git"
},
"bugs": "https://github.com/TreZc0/zsr-communitybot/issues",
"homepage": "https://www.zeldaspeedruns.com/",
"license": "MIT",
"keywords": [
"discord",
"bot",
"twitch",
"role management",
"community handling",
"streambot"
],
"dependencies": {
"axios": "^0.27.2",
"discord.js": "14.5.0",
"jsonfile": "^6.1.0",
"qs": "^6.11.0"
},
"engines": {
"node": ">=16.9.0"
}
}