-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 876 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 876 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
{
"name": "minecraft-cdk",
"version": "0.1.0",
"bin": {
"minecraft-cdk": "bin/minecraft-cdk.js"
},
"scripts": {
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
"cdk": "cdk",
"test": "jest"
},
"devDependencies": {
"@aws-cdk/assert": "1.68.0",
"aws-cdk": "^1.96.0",
"jest": "^26.4.2"
},
"dependencies": {
"@aws-cdk/aws-codebuild": "^1.96.0",
"@aws-cdk/aws-codecommit": "^1.96.0",
"@aws-cdk/aws-codedeploy": "^1.96.0",
"@aws-cdk/aws-codepipeline": "^1.96.0",
"@aws-cdk/aws-codepipeline-actions": "^1.96.0",
"@aws-cdk/aws-ec2": "^1.68.0",
"@aws-cdk/aws-ecs": "^1.68.0",
"@aws-cdk/aws-ecs-patterns": "^1.68.0",
"@aws-cdk/aws-imagebuilder": "^1.96.0",
"@aws-cdk/aws-lambda": "^1.96.0",
"@aws-cdk/core": "1.68.0",
"@aws-cdk/pipelines": "^1.96.0"
}
}