This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.73 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
49
50
51
52
53
54
55
56
57
{
"name": "beepus",
"version": "0.0.1",
"description": "A cool bot that does things",
"main": "build/app.js",
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b -w",
"lint": "tslint --project tsconfig.json",
"start": "node build/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DusterTheFirst/beepus.git"
},
"keywords": [
"beepus"
],
"author": "DusterTheFirst <[email protected]> (Zachary Kohnen)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DusterTheFirst/beepus/issues"
},
"homepage": "https://github.com/DusterTheFirst/beepus#readme",
"devDependencies": {
"@types/compression": "0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/csurf": "^1.9.35",
"@types/express": "^4.16.1",
"@types/express-handlebars": "0.0.30",
"@types/helmet": "0.0.42",
"@types/jsonwebtoken": "^8.3.0",
"@types/node": "^10.12.21",
"@types/node-fetch": "^2.1.4",
"@types/node-sass-middleware": "0.0.30",
"tslint": "^5.12.1",
"typescript": "^3.3.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"client-oauth2": "^4.2.3",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"discord.js": "^11.4.2",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"helmet": "^3.15.0",
"jsonwebtoken": "^8.4.0",
"moment": "^2.24.0",
"node-fetch": "^2.3.0",
"node-sass-middleware": "^0.11.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^4.0.6",
"typeorm": "^0.2.12"
}
}