-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
186 lines (186 loc) · 5.67 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "clickstream-analytics-on-aws",
"description": "Clickstream Analytics on AWS",
"scripts": {
"build": "pnpm dlx projen build",
"bundle": "pnpm dlx projen bundle",
"clobber": "pnpm dlx projen clobber",
"compile": "pnpm dlx projen compile",
"default": "pnpm dlx projen default",
"deploy": "pnpm dlx projen deploy",
"destroy": "pnpm dlx projen destroy",
"diff": "pnpm dlx projen diff",
"eject": "pnpm dlx projen eject",
"eslint": "pnpm dlx projen eslint",
"package": "pnpm dlx projen package",
"post-compile": "pnpm dlx projen post-compile",
"post-upgrade": "pnpm dlx projen post-upgrade",
"pre-compile": "pnpm dlx projen pre-compile",
"synth": "pnpm dlx projen synth",
"synth:silent": "pnpm dlx projen synth:silent",
"test": "pnpm dlx projen test",
"test:watch": "pnpm dlx projen test:watch",
"upgrade": "pnpm dlx projen upgrade",
"watch": "pnpm dlx projen watch",
"projen": "pnpm dlx projen"
},
"devDependencies": {
"@nrwl/devkit": "^15",
"@nrwl/workspace": "^15",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^29.5.12",
"@types/jsonpath-plus": "^5.0.2",
"@types/jsonwebtoken": "^9.0.0",
"@types/mock-fs": "^4.13.1",
"@types/mustache": "^4.2.2",
"@types/node": "^20",
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"aws-cdk": "^2.81.0",
"aws-sdk-client-mock": "^3.0.1",
"aws-sdk-client-mock-jest": "^3.0.1",
"esbuild": "^0.24.0",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-junit": "^15",
"mock-fs": "^5.2.0",
"nx": "^15",
"projen": "^0.80.19",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@aws-cdk/aws-glue-alpha": "^2.81.0-alpha.0",
"@aws-cdk/aws-servicecatalogappregistry-alpha": "^2.81.0-alpha.0",
"@aws-lambda-powertools/logger": "^1.17.0",
"@aws-lambda-powertools/metrics": "^1.17.0",
"@aws-sdk/client-acm": "^3.523.0",
"@aws-sdk/client-cloudformation": "^3.523.0",
"@aws-sdk/client-cloudwatch": "^3.523.0",
"@aws-sdk/client-cloudwatch-events": "^3.523.0",
"@aws-sdk/client-dynamodb": "^3.523.0",
"@aws-sdk/client-ec2": "^3.523.0",
"@aws-sdk/client-ecs": "^3.523.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.523.0",
"@aws-sdk/client-emr-serverless": "^3.523.0",
"@aws-sdk/client-eventbridge": "^3.523.0",
"@aws-sdk/client-glue": "^3.523.0",
"@aws-sdk/client-iam": "^3.523.0",
"@aws-sdk/client-kafka": "^3.523.0",
"@aws-sdk/client-kafkaconnect": "^3.523.0",
"@aws-sdk/client-kinesis": "^3.523.0",
"@aws-sdk/client-lambda": "^3.523.0",
"@aws-sdk/client-quicksight": "^3.523.0",
"@aws-sdk/client-redshift": "^3.523.0",
"@aws-sdk/client-redshift-data": "^3.523.0",
"@aws-sdk/client-redshift-serverless": "^3.523.0",
"@aws-sdk/client-route-53": "^3.523.0",
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/client-secrets-manager": "^3.523.0",
"@aws-sdk/client-sfn": "^3.523.0",
"@aws-sdk/client-sns": "^3.523.0",
"@aws-sdk/client-sqs": "^3.523.0",
"@aws-sdk/client-ssm": "^3.523.0",
"@aws-sdk/client-sts": "^3.523.0",
"@aws-sdk/credential-providers": "^3.523.0",
"@aws-sdk/lib-dynamodb": "^3.523.0",
"@aws-sdk/s3-request-presigner": "^3.523.0",
"@aws-sdk/types": "^3.523.0",
"@aws-sdk/util-dynamodb": "^3.523.0",
"@aws/clickstream-base-lib": "workspace:*",
"@smithy/node-http-handler": "^2.0.7",
"@smithy/types": "^2.0.7",
"@smithy/util-stream-node": "^2.0.7",
"aws-cdk-lib": "^2.81.0",
"cdk-bootstrapless-synthesizer": "^2.2.11",
"cdk-nag": "^2.28.110",
"cidr-block": "^1.3.2",
"constructs": "^10.0.5",
"cron-parser": "^4.8.1",
"csv-parser": "^3.0.0",
"express": "^4.18.2",
"express-validator": "^6.14.3",
"fast-memoize": "^2.5.1",
"i18next": "^22.4.6",
"i18next-fs-backend": "^2.2.0",
"json-difference": "^1.9.1",
"jsonpath-plus": "^10.0.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"moment-timezone": "^0.5.45",
"mustache": "^4.2.0",
"node-fetch": "^2.6.4",
"p-limit": "3.1.0",
"sql-formatter": "^13.0.0",
"ts-json-object": "^0.4.0",
"uuid": "^9.0.0"
},
"pnpm": {},
"engines": {
"node": ">= 20.12.0"
},
"license": "Apache-2.0",
"version": "1.1.9",
"jest": {
"setupFiles": [
"./test/jestEnv.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/cdk.out/",
"<rootDir>/deployment/"
],
"testTimeout": 30000,
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"transform": {
"^.+\\.[t]sx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.dev.json"
}
]
}
},
"resolutions": {
"nth-check": "^2.1.1",
"follow-redirects": "^1.15.6",
"semver": "^7.5.2"
},
"packageManager": "[email protected]",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm dlx projen\"."
}