-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "modmail",
"version": "1.0.0",
"main": "build/app.js",
"repository": "https://github.com/NewCircuit/modmail",
"author": "NewCircuit <https://github.com/NewCircuit>",
"license": "GPL-3.0",
"dependencies": {
"@grpc/grpc-js": "^1.6.5",
"@newcircuit/modmail-types": "^2.0.1",
"async-mutex": "^0.2.6",
"client-oauth2": "^4.3.3",
"cookie-parser": "^1.4.5",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando#0c2541af3710e3d283464e465f21f2c3597f9647",
"express": "^4.17.1",
"express-session": "^1.17.1",
"get-urls": "^10.0.0",
"got": "^11.8.1",
"js-yaml": "^4.0.0",
"log4js": "^6.3.0",
"pg": "^8.5.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/express": "^4.17.10",
"@types/express-session": "^1.17.3",
"@types/js-yaml": "^4.0.0",
"@types/log4js": "^2.3.5",
"@types/node": "^14.14.28",
"@types/pg": "^7.14.10",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"grpc_tools_node_protoc_ts": "^5.3.2",
"typescript": "^4.1.5"
},
"scripts": {
"start": "node ./build/app.js",
"build": "tsc",
"test": "npm run build && npm run start"
}
}