-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
{
"name": "discord-relay",
"version": "0.0.1",
"description": "Provide outbound webhooks for Discord messages",
"main": "dist/start.js",
"repository": "https://github.com/jmoseley/discord-relay.git",
"author": "Jeremy Moseley <jeremy@jeremymoseley.com>",
"license": "MIT",
"scripts": {
"start": "./scripts/start.sh",
"dev": "./scripts/start_dev.sh"
},
"dependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.39",
"@types/lodash": "^4.14.80",
"@types/request": "^2.0.7",
"@types/request-promise-native": "^1.0.9",
"@types/uuid": "^3.4.3",
"@types/winston": "^2.3.7",
"add": "^2.0.6",
"aws-sdk": "^2.142.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"discord.js": "^11.2.1",
"erlpack": "hammerandchisel/erlpack",
"express": "^4.16.2",
"express-promise-router": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"protobind": "^1.0.7",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"uuid": "^3.1.0",
"uws": "^0.14.5",
"winston": "^2.4.0",
"zlib-sync": "^0.1.3"
}
}