-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 746 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": "1.0.0",
"description": "Discord ModMail bot with discord.js and SQLite storage.",
"main": "src/index.js",
"engines": {
"node": ">=18.19.1"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cut0x/ModMail.git"
},
"keywords": [
"discord",
"modmail",
"discord.js"
],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Cut0x/ModMail/issues"
},
"homepage": "https://github.com/Cut0x/ModMail#readme",
"dependencies": {
"better-sqlite3": "^11.8.1",
"discord.js": "^14.26.4",
"dotenv": "^17.4.2"
}
}