-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "fiarahub-rest-api",
"version": "1.0.0",
"description": "Africa's Fashion Hub",
"main": "dist/server.js",
"engines": {
"node": ">=8.10.0"
},
"scripts": {
"dev": "tsc-watch --onSuccess \"node ./dist/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AditechGH/fiarahub.git"
},
"keywords": [],
"author": "Aditek <aditech5170@gmail.com>",
"homepage": "https://github.com/AditechGH/fiarahub.git#readme",
"license": "ISC",
"dependencies": {
"@hapi/joi": "16.1.7",
"@types/app-root-path": "1.2.4",
"@types/bcrypt-nodejs": "0.0.30",
"@types/body-parser": "1.17.1",
"@types/compression": "1.0.1",
"@types/cors": "2.8.6",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.1",
"@types/hapi__joi": "16.0.2",
"@types/helmet": "0.0.45",
"@types/http-status-codes": "1.2.0",
"@types/jsonwebtoken": "8.3.5",
"@types/mongoose": "5.5.23",
"@types/mongoose-unique-validator": "1.0.3",
"@types/morgan": "1.7.37",
"@types/node": "12.11.7",
"@types/passport": "1.0.1",
"@types/passport-jwt": "3.0.2",
"@types/passport-local": "1.0.33",
"@types/redis": "2.8.14",
"@types/slug": "0.9.1",
"@types/supertest": "2.0.8",
"@types/swagger-ui-express": "3.0.1",
"@types/validator": "10.11.3",
"@types/winston": "2.4.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.19.0",
"compression": "1.7.4",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "5.0.0-alpha.7",
"express-joi-validation": "4.0.1",
"helmet": "3.21.2",
"http-status-codes": "1.4.0",
"jsonwebtoken": "8.5.1",
"mongoose": "5.7.7",
"mongoose-unique-validator": "2.0.3",
"morgan": "1.9.1",
"mysql": "2.17.1",
"passport": "0.4.0",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"redis": "2.8.0",
"reflect-metadata": "0.1.13",
"slug": "1.1.0",
"supertest": "4.0.2",
"swagger-ui-express": "4.1.2",
"tsc-watch": "4.0.0",
"typeorm": "0.2.20",
"typescript": "3.6.4",
"validator": "12.0.0",
"winston": "3.2.1",
"winston-daily-rotate-file": "4.2.1"
},
"devDependencies": {
"@types/jest": "24.0.20",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/parser": "2.6.0",
"eslint": "6.6.0",
"jest": "24.9.0",
"prettier": "1.18.2",
"ts-jest": "24.1.0"
}
}