-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.66 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "nx-monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/travis-cli": "^12.0.1",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@nrwl/esbuild": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/node": "15.9.2",
"@nrwl/nx-cloud": "latest",
"@types/aws-sdk": "^2.7.0",
"@types/chai": "^4.3.0",
"@types/dotenv": "^8.2.0",
"@types/express": "4.11.1",
"@types/jest": "^29.4.0",
"@types/jwt-decode": "^3.1.0",
"@types/lodash": "^4.14.149",
"@types/lodash.get": "^4.4.6",
"@types/mocha": "^9.0.0",
"@types/mock-express-request": "^0.2.0",
"@types/mongoose": "5.5.6",
"@types/node": "~18.7.1",
"@types/q": "^1.5.2",
"@types/qs": "6.2.31",
"@types/request-ip": "0.0.35",
"@types/sinon": "^9.0.10",
"@types/validator": "^10.11.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"aws-sdk-mock": "^4.5.0",
"chai": "^4.3.6",
"chai-http": "^4.2.0",
"commitlint": "^11.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.17.5",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^5.0.9",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsonwebtoken": "^7.4.3",
"mocha": "^9.1.3",
"mock-express-request": "^0.2.2",
"mock-express-response": "^0.2.2",
"mongodb-memory-server": "^5.2.0",
"mongoose": "5.6.0",
"nock": "^13.0.8",
"node-mocks-http": "^1.7.6",
"nx": "15.9.2",
"nyc": "^14.1.1",
"prettier": "^2.6.2",
"sinon": "^9.2.4",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"tslint": "^5.17.0",
"typescript": "^5.0.3",
"typescript-json-schema": "^0.56.0"
},
"workspaces": [
"apps/*",
"libs/*"
],
"dependencies": {
"@tandfgroup/pcm-content-proxy-api-handler": "file:libs/pcm-content-proxy-api-handler",
"@tandfgroup/pcm-entity-model-v4": "file:libs/pcm-entity-model-v4",
"@tandfgroup/pcm-rules-parser": "file:libs/pcm-rules-parser",
"@tandfgroup/pcm-schema-mapper-v4": "file:libs/pcm-schema-mapper-v4",
"@elastic/elasticsearch": "7.13.0",
"@tandfgroup/authorization-interceptor": "^2.2.1",
"@tandfgroup/framework-utility-ubx-website": "^0.5.1",
"@tandfgroup/privilege-authorization-manager": "^1.0.3",
"@tandfgroup/secret-key-manager": "^2.0.1",
"ajv": "^6.12.5",
"ajv-errors": "^1.0.1",
"amazon-s3-uri": "0.0.3",
"async-foreach": "^0.1.3",
"aws-cloudfront-sign": "^2.2.0",
"aws-sdk": "^2.814.0",
"axios": "^1.0.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"change-case": "^3.1.0",
"cls-rtracer": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"hashmap": "^2.3.0",
"is-ip": "^2.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.15",
"log4js": "~6.3.0",
"mime-db": "^1.44.0",
"mime-types": "^2.1.27",
"moment": "^2.24.0",
"mongoose": "5.8.1",
"newrelic": "^7.5.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"nyc": "^15.1.0",
"path-to-regexp": "^0.1.7",
"pdf-lib": "^1.17.1",
"request-ip": "^2.1.3",
"response-time": "^2.3.2",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4",
"tslib": "^2.3.0",
"uuid": "^3.3.2",
"validator": "^13.7.0"
}
}