-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 651 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 651 Bytes
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
{
"name": "modmail",
"version": "3.0.0",
"description": "A ModMail bot for Discord.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/builders": "~0.12.0",
"@discordjs/rest": "~0.2.0-canary.0",
"@replit/database": "~2.0.1",
"discord-api-types": "~0.26.0",
"discord.js": "~13.3.1",
"dotenv": "~14.2.0",
"express": "~4.17.1"
},
"engines": {
"node": ">=v16.6.0",
"npm": ">=7.0.0"
},
"repository": {
"url": "https://github.com/AkimotoRyou/ModMail"
},
"license": "AGPL-3.0",
"keywords": [
"node",
"replit",
"express",
"discordjs",
"discord-bot",
"modmail-bot"
]
}