forked from BotStudios/modmail.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 949 Bytes
/
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
41
42
43
{
"name": "modmail.js",
"version": "3.0.5",
"description": "A Simple Discord Modmail Template",
"main": "index.js",
"directories": {
"lib": "lib",
"example": "example"
},
"bin": {
"modmail.js": "./lib/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botstudios/modmail.js.git"
},
"keywords": [
"modmail",
"discordapp",
"discordapi",
"sending",
"discord-sender",
"discord",
"discord.js",
"js",
"cli"
],
"author": "BotStudios <tojoeleeofficial@gmail.com> (https://studios.js.org)",
"license": "Apache-2.0",
"dependencies": {
"discord-sender": "^1.2.9",
"discord.js": "^13.1.0",
"mongoose": "^6.0.0",
"node-fetch": "^2.6.2"
},
"bugs": {
"url": "https://github.com/botstudios/modmail.js/issues"
},
"homepage": "https://modmail.js.org"
}