-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1016 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
37
38
39
{
"name": "cdk-unified-logs",
"version": "0.1.0",
"bin": {
"cdk-unified-logs": "bin/cdk-unified-logs.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.134.0",
"@aws-cdk/core": "1.134.0",
"@aws-cdk/aws-ec2": "1.134.0",
"@aws-cdk/aws-ecs": "1.134.0",
"@aws-cdk/aws-eks": "1.202.0",
"@aws-cdk/aws-iam": "1.134.0",
"@aws-cdk/aws-kinesisfirehose": "1.134.0",
"@aws-cdk/aws-s3": "1.134.0",
"@aws-cdk/aws-ecs-patterns": "1.134.0",
"@aws-cdk/aws-opensearchservice": "1.134.0",
"@aws-cdk/aws-lambda-nodejs": "1.134.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"cdk8s": "1.9.3",
"cdk8s-plus-17": "1.0.0-beta.36",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"aws-cdk": "1.134.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/core": "1.134.0",
"source-map-support": "^0.5.16"
}
}