forked from ThePhoDit/ModMail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
44
45
46
47
48
{
"name": "modmail",
"version": "3.0.7",
"description": "ModMail Bot for Discord.",
"main": "prod/index.js",
"engines": {
"node": "16.x"
},
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"eris": "^0.17.1",
"mongoose": "^6.6.5",
"ms": "^2.1.3",
"typescript": "^4.7.3"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.44",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"ts-node-dev": "^2.0.0"
},
"scripts": {
"start": "npm install && tsc || echo Done && node prod/index.js",
"build": "tsc || echo Done",
"dev": "ts-node-dev --respawn --transpile-only --trace-deprecation --trace-warnings --poll src/index.ts"
},
"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"
}