-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 950 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 950 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
30
31
32
33
34
35
36
37
38
{
"name": "event-replay-engine",
"version": "0.1.0",
"bin": {
"event-replay-engine": "bin/event-replay-engine.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"aws-cdk": "^2.45.0",
"esbuild": "^0.17.18",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.362.0",
"@aws-sdk/client-mediaconvert": "^3.231.0",
"@aws-sdk/client-rekognition": "^3.231.0",
"@aws-sdk/client-sqs": "^3.362.0",
"@types/aws-lambda": "^8.10.109",
"aws-amplify": "^5.3.3",
"aws-cdk-lib": "^2.85.0",
"aws-sdk": "^2.1407.0",
"cdk-nag": "^2.20.5",
"constructs": "^10.0.0",
"dotenv": "^16.0.3",
"source-map-support": "^0.5.21"
}
}