This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
58
{
"name": "hackreg-t1-backend",
"version": "1.0.0",
"private": true,
"dependencies": {
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"envalid": "^6.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"fs-extra": "^8.1.0",
"helmet": "^3.21.2",
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.8.9",
"mongoose-hidden": "^1.8.1",
"morgan": "^1.9.1",
"nodemailer": "^6.4.2",
"pm2": "^4.2.3",
"rate-limiter-flexible": "^1.3.1"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/command-line-args": "^5.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/express-fileupload": "^1.1.0",
"@types/fs-extra": "^8.0.1",
"@types/helmet": "0.0.45",
"@types/http-errors": "^1.6.3",
"@types/jsonwebtoken": "^8.3.7",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.5.43",
"@types/morgan": "^1.7.37",
"@types/node": "^13.1.8",
"@types/nodemailer": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"scripts": {
"dev": "nodemon --config nodemon.json",
"build": "ts-node build.ts"
}
}