-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "@gamechange/gc-doc",
"version": "4.2.0",
"description": "GC Router library",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "npm run clean && tsc",
"clean": "rm -rf lib/*"
},
"keywords": [],
"author": "Gamechange",
"devDependencies": {
"@gamechange/gc-logger": "^3.1.8",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/helmet": "^4.0.0",
"@types/swagger-ui-express": "^4.1.6",
"@types/validator": "^13.7.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"openapi3-ts": "^2.0.2",
"routing-controllers": "^0.10.0",
"typedi": "^0.8.0",
"typeorm": "^0.2.45",
"typescript": "^4.5.4"
},
"dependencies": {
"class-validator-jsonschema": "^4.0.0",
"cors": "^2.8.5",
"helmet": "^4.6.0",
"reflect-metadata": "^0.1.13",
"routing-controllers-openapi": "^4.0.0",
"swagger-ui-express": "^5.0.0"
},
"peerDependencies": {
"@gamechange/gc-logger": "^3.2.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"routing-controllers": "^0.10.0",
"typedi": "^0.8.0",
"typeorm": "^0.2.45"
}
}