forked from ThePhoDit/ModMail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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",
"version": "3.0.5",
"description": "ModMail Bot for Discord.",
"main": "prod/index.js",
"dependencies": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"eris": "^0.15.1",
"mongoose": "^5.13.10",
"ms": "^2.1.3",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/ms": "^0.7.31",
"@types/node": "^14.0.27",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0"
},
"scripts": {
"start": "npm install && tsc || echo Done && node prod/index.js",
"build": "tsc || echo Done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThePhoDit/ModMail.git"
},
"keywords": [
"discord",
"modmail",
"bot"
],
"author": "ThePhoDit",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThePhoDit/ModMail/issues"
},
"homepage": "https://github.com/ThePhoDit/ModMail#readme"
}