-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
30
31
32
33
34
35
36
{
"name": "jpk2024-broadcast-backend",
"version": "0.1.0",
"bin": {
"jpk2024-broadcast-backend": "bin/jpk2024-broadcast-backend.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"temp-fix": "prettier --write lib/jpk2024-broadcast-backend-connect-ivs-chat-stack.ts"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "2.149.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.632.0",
"@aws-sdk/client-ivs": "^3.632.0",
"@aws-sdk/client-ivschat": "^3.635.0",
"@aws-sdk/client-translate": "^3.632.0",
"@aws-sdk/lib-dynamodb": "^3.632.0",
"@types/aws-lambda": "^8.10.141",
"aws-cdk-lib": "2.149.0",
"aws-sdk": "^2.1659.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}