Skip to content

Commit 857e390

Browse files
author
Joe Lee Official
authored
Create package.json
1 parent eca0f9a commit 857e390

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)