-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "homecord",
"description": "HomeCord shows your Discord Server's current activity in a custom-made Home Channel!",
"version": "1.1.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bufferutil": "^4.0.6",
"discord.js": "^14.15.3",
"erlpack": "github:discord/erlpack",
"mongoose": "^7.6.9",
"sodium-native": "^4.0.4",
"topgg-autoposter": "^2.0.2",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HomeCord/homecord.git"
},
"keywords": [
"discord",
"discordbot",
"discord-bot",
"discordjs",
"nodejs",
"homecord",
"discord-home-channel",
"discord-home",
"starboard"
],
"author": "TwilightZebby",
"license": "SEE LICENSE IN https://github.com/TwilightZebby/license/blob/main/license.md",
"bugs": {
"url": "https://github.com/HomeCord/homecord/issues"
},
"homepage": "https://github.com/HomeCord/homecord#readme"
}