-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 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
59
{
"name": "arquitecture-layer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development tsnd --transpile-only --respawn --ignore-watch node_modules src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"awilix": "^4.3.1",
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-physical": "^1.0.0",
"express-session": "^1.17.1",
"helmet": "^4.3.1",
"joi": "^17.3.0",
"js-yaml": "^4.0.0",
"morgan": "^1.10.0",
"os": "^0.1.1",
"pg": "^8.5.1",
"progress": "^2.0.3",
"prom-client": "^13.0.0",
"reflect-metadata": "^0.1.13",
"swagger-express-middleware": "^4.0.2",
"swagger-jsdoc": "^3.7.0",
"swagger-ui-express": "^4.1.6",
"ts-node-dev": "^1.1.1",
"typeorm": "^0.2.29",
"typescript": "^4.1.3",
"winston": "^3.3.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/compression": "^1.7.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.9",
"@types/csurf": "^1.11.0",
"@types/express": "^4.17.9",
"@types/express-session": "^1.17.3",
"@types/express-status-monitor": "^1.2.2",
"@types/js-yaml": "^4.0.0",
"@types/morgan": "^1.9.2",
"@types/progress": "^2.0.3",
"@types/swagger-express-middleware": "^1.0.10",
"@types/swagger-jsdoc": "^6.0.0",
"@types/swagger-ui-express": "^4.1.2",
"@types/yamljs": "^0.2.31",
"express-status-monitor": "^1.3.3"
}
}