-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 828 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
35
{
"name": "modmail-bot",
"version": "1.0.0",
"description": "ModMail Bot originally created for Fyfu Discord",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-suro/modmail-bot.git"
},
"author": "Faye",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-suro/modmail-bot/issues"
},
"homepage": "https://github.com/dev-suro/modmail-bot#readme",
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"cookie": "^1.0.2",
"core": "file:./bot/core",
"dayjs": "^1.10.7",
"discord-markdown": "^2.5.1",
"discord.js": "^13.6.0",
"dotenv": "^16.5.0",
"mysql2": "^3.14.1",
"nanoid": "^3.2.0",
"twemoji": "^13.1.0",
"uuid": "^8.3.2"
}
}