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