-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 Bytes
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": "lambda_web_socket",
"version": "0.1.0",
"bin": {
"lambda_web_socket": "bin/lambda_web_socket.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.136",
"@types/node": "20.11.19",
"@types/uuid": "^9.0.8",
"aws-cdk": "2.132.0",
"aws-sdk": "^2.1579.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "^2.114.1-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.114.1-alpha.0",
"aws-cdk-lib": "^2.133.0",
"aws-xray-sdk": "^3.5.4",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}