File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " modmail.js" ,
3
+ "version" : " latest" ,
4
+ "description" : " A Simple Discord Modmail Template" ,
5
+ "main" : " index.js" ,
6
+ "directories" : {
7
+ "lib" : " lib"
8
+ },
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/botstudios/modmail.js.git"
15
+ },
16
+ "keywords" : [
17
+ " modmail" ,
18
+ " discordapp" ,
19
+ " discordapi" ,
20
+ " sending" ,
21
+ " discord-sender" ,
22
+ " discord" ,
23
+ " discord.js" ,
24
+ " js"
25
+ ],
26
+ "author" :
" BotStudios <[email protected] > (https://studios.js.org)" ,
27
+ "license" : " Apache-2.0" ,
28
+ "dependencies" : {
29
+ "discord-sender" : " ^1.2.8" ,
30
+ "discord.js" : " ^12.5.1"
31
+ },
32
+ "bugs" : {
33
+ "url" : " https://github.com/botstudios/modmail.js/issues"
34
+ },
35
+ "homepage" : " https://github.com/botstudios/modmail.js#readme"
36
+ }
You can’t perform that action at this time.
0 commit comments