-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 990 Bytes
/
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
{
"name": "@aligent/cdk-prerender-fargate",
"version": "2.5.1",
"description": "A construct to host Prerender in Fargate",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/cdk-constructs.git"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/aligent/cdk-constructs/issues"
},
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/prerender-fargate#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.465.0",
"@aws-sdk/client-sqs": "^3.421.0",
"@aws-sdk/client-ssm": "^3.421.0",
"@aws-sdk/client-secrets-manager": "^3.421.0",
"@aws-solutions-constructs/aws-lambda-sqs-lambda": "^2.47.0",
"@aws-cdk/aws-apigatewayv2-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.30.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.30.0-alpha.0",
"aws-cdk-lib": "2.113.0"
}
}