Skip to content

Commit 5220fa8

Browse files
authored
Update package.json
1 parent f46a65b commit 5220fa8

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

package.json

+14-23
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,30 @@
11
{
22
"name": "modmail.js",
33
"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",
96
"bin": {
10-
"modmail.js": "./lib/cli.js"
7+
"modmail": "lib/index.js"
118
},
129
"scripts": {
13-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"start": "node lib/index.js"
1411
},
12+
"type": "module",
1513
"repository": {
1614
"type": "git",
17-
"url": "git+https://github.com/botstudios/modmail.js.git"
15+
"url": "git+https://github.com/BotStudios/modmail.js.git"
1816
},
1917
"keywords": [
20-
"modmail",
21-
"discordapp",
22-
"discordapi",
23-
"sending",
24-
"discord-sender",
25-
"discord",
26-
"discord.js",
27-
"js",
28-
"cli"
18+
"modmailbot"
2919
],
30-
"author": "BotStudios <[email protected]> (https://studios.js.org)",
20+
"author": "Lee Chee Yong ([email protected])",
3121
"license": "Apache-2.0",
32-
"dependencies": {
33-
"node-fetch": "^2.6.2"
34-
},
3522
"bugs": {
36-
"url": "https://github.com/botstudios/modmail.js/issues"
23+
"url": "https://github.com/BotStudios/modmail.js/issues"
3724
},
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+
}
3930
}

0 commit comments

Comments
 (0)